user_group station can now only access their own station
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
include("../scripts/connection.php");
|
||||
include("../scripts/functions.php");
|
||||
$user_data = check_login($con);
|
||||
$user_data = check_admin($con);
|
||||
|
||||
include("header_footer/header.php");
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user