worknova.manus/main.php
LAPTOP-V9RRD1TL\Michelle's Computer f8f8fcaf96 first commit
2025-07-21 21:38:17 +08:00

16 lines
303 B
PHP

<?php
$_SESSION['test'][] = "main test";
include 'connect/cms-config.php' ;
include 'requires/function.php' ;
include 'requires/session.php' ;
if ( permissionCheck($row_user, 'staff-list-view') ){
header("Location: page-dashboard.php") ;
}else{
header("Location: page-dashboard.php") ;
}
exit ;
?>