> case 'workbanch': include(__ROOT__.'/app/model/workbanch.php'); break; //==========>> case 'test': include(__ROOT__.'/app/view/test.html'); break; //==========>> case 'clear': session_unset(); session_destroy(); $_SESSION = array(); echo 'session clear success!
';echo json_encode($_SESSION, JSON_PRETTY_PRINT); break; //==========>> default: debug_log("URI WRONG",$_SERVER['REQUEST_URI']); $error_msg=ERROR_404; include(__ROOT__.'/app/view/_header.phtml'); include(__ROOT__.'/app/view/page_error.phtml'); include(__ROOT__.'/app/view/_footer.phtml'); } } else { $_SESSION=array(); include(__ROOT__.'/app/view/_header.phtml'); include(__ROOT__.'/app/view/page_home.phtml'); include(__ROOT__.'/app/view/_footer.phtml'); } } else { $_SESSION=array(); include(__ROOT__.'/app/view/_header.phtml'); include(__ROOT__.'/app/view/page_home.phtml'); include(__ROOT__.'/app/view/_footer.phtml'); }