Admin User
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
header("Location: login.php");
|
||||
}
|
||||
$strDistrict=$_SESSION['district'];
|
||||
|
||||
|
||||
if (isset($_SESSION['superadmin'])) {
|
||||
$boolSuperAdmin = $_SESSION['superadmin']==true;
|
||||
} else {
|
||||
$boolSuperAdmin=false;
|
||||
}
|
||||
|
||||
include("../config.php");
|
||||
$boolShowmap=false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user