check_admin hinzugefügt
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
require_once '../inc/check_login.php';
|
include('../inc/check_login.php');
|
||||||
|
include('../inc/check_admin.php');
|
||||||
require_once '../inc/db.php';
|
require_once '../inc/db.php';
|
||||||
|
|
||||||
|
|
||||||
$message = '';
|
$message = '';
|
||||||
$message_type = '';
|
$message_type = '';
|
||||||
$edit_mode = false;
|
$edit_mode = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user