';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'); }