Fehlerkorrekturen
This commit is contained in:
@ -4,6 +4,9 @@ if (!isset($_SESSION))
|
||||
{
|
||||
session_start();
|
||||
}
|
||||
if(!isset($_SESSION['global_uid'])) {
|
||||
header("location:../php/login.php");
|
||||
}
|
||||
include_once '../config/smarty.php';
|
||||
$smarty = new SmartyAdmin();
|
||||
require_once ("../config/datenbankanbindung.php");
|
||||
@ -26,4 +29,4 @@ else
|
||||
}
|
||||
|
||||
$smarty->display("$templatename");
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user