Revision 828 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
<?php class Aktion extends CI_Controller { public function index() { echo "Aktionsverwaltung"; } }
<?php
class Aktion extends CI_Controller
{
public function index()
echo "Aktionsverwaltung";
}