Revision 764 | Revision 779 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
<?php/**** @package WebanOS CI* @author Lars Tiefland <ltiefland@gmail.com>* @copyright 2016* @version $Rev: 767 $*/class Login extends CI_Controller{public function index(){$data["formstart"] = form_open("/login/execute/");$data["formend"] = "</form>";$this->smarty->view('login.tpl', $data);}function execute(){}}?>