Folder reorganize 1
This commit is contained in:
6
userAccess.php
Normal file
6
userAccess.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
if ($_SESSION['SESS_MEMBER_LEVEL']=="guest")
|
||||
{
|
||||
header("location: useroverview.php?error=accessDenied");
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user