Systemerweiterungen

This commit is contained in:
aschwarz
2023-03-27 16:54:46 +02:00
parent 22af684296
commit aee828463e
15 changed files with 207 additions and 52 deletions

View File

@ -11,6 +11,10 @@ include_once '../classes/TestProjektSmarty.class_subdir.php';
require_once("../config.inc.php");
$templatename = substr(basename($_SERVER['PHP_SELF']), 0, -3) . "html";
$smarty = new SmartyAdmin();
if(!rechte(basename(__FILE__), $uid)){
echo "<meta http-equiv=\"refresh\" content=\"0; URL=error.php\">";
exit;
}
require_once "../language/german.inc.php";