Subversion-Projekte lars-tiefland.ci

Revision

Revision 1096 | Revision 1232 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1096 Revision 1220
Zeile 3... Zeile 3...
3
/**
3
/**
4
 *
4
 *
5
 * @package WebanOS CI
5
 * @package WebanOS CI
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
7
 * @copyright 2016
7
 * @copyright 2016
8
 * @version $Rev: 1096 $
8
 * @version $Rev: 1220 $
9
 */
9
 */
Zeile 10... Zeile 10...
10
 
10
 
11
class Weban_backend
11
class Weban_backend
12
{
12
{
Zeile 26... Zeile 26...
26
		$csrf_value = $CI->security->get_csrf_hash();
26
		$csrf_value = $CI->security->get_csrf_hash();
27
		$CI->smarty->assign('csrf_name', $csrf_name);
27
		$CI->smarty->assign('csrf_name', $csrf_name);
28
		$CI->smarty->assign('csrf_value', $csrf_value);
28
		$CI->smarty->assign('csrf_value', $csrf_value);
29
		$web_rechte = array();
29
		$web_rechte = array();
30
		$user_rechte = array();
30
		$user_rechte = array();
-
 
31
		$CI->load->model('termine_model', 'termine');
-
 
32
		$termine = $CI->termine->get_list();
-
 
33
		$CI->smarty->assign('termine', $termine);
31
		$sql = "SELECT
34
		$sql = "SELECT
32
				*
35
				*
33
			FROM
36
			FROM
34
				webs
37
				webs
35
			WHERE
38
			WHERE