mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Authentifizierung ist bei Aufruf der Seite erforderlich
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<?php
|
||||
require_once('../config/vilesci.config.inc.php');
|
||||
require_once('../include/functions.inc.php');
|
||||
require_once('stip.class.php');
|
||||
$getuid=get_uid();
|
||||
if(!check_lektor($getuid))
|
||||
die('Sie haben keine Berechtigung für diese Seite.');
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user