Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2069 Revision 2070
Zeile 2... Zeile 2...
2
 
2
 
3
// $Id: weban_helper.php 713 2016-09-29 17:39:30Z lars $
3
// $Id: weban_helper.php 713 2016-09-29 17:39:30Z lars $
4
setlocale(LC_TIME, "de_DE.UTF-8");
4
setlocale(LC_TIME, "de_DE.UTF-8");
5
$GLOBALS['ci'] = &get_instance();
5
$GLOBALS['ci'] = &get_instance();
-
 
6
$GLOBALS["ci"]->load->library('smartie',null,'smarty');
6
$GLOBALS["ci"]->load->library('smartie',null,'smarty');
7
$GLOBALS["ci"]->load->library('session');
7
$csrf_name = $GLOBALS["ci"]->security->get_csrf_token_name();
8
$csrf_name = $GLOBALS["ci"]->security->get_csrf_token_name();
8
$csrf_value = $GLOBALS["ci"]->security->get_csrf_hash();
9
$csrf_value = $GLOBALS["ci"]->security->get_csrf_hash();
9
$GLOBALS["ci"]->smarty->assign('csrf_name', $csrf_name);
10
$GLOBALS["ci"]->smarty->assign('csrf_name', $csrf_name);
10
$GLOBALS["ci"]->smarty->assign('csrf_value', $csrf_value);
11
$GLOBALS["ci"]->smarty->assign('csrf_value', $csrf_value);