. * * @package phpservermon * @author Tim Zandbergen * @copyright Copyright (c) 2008-2017 Pepijn Over * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 * @version Release: @package_version@ * @link http://www.phpservermonitor.org/ * @since phpservermon 3.6.0 **/ namespace { define('PSM_PUBLIC_PAGE', true); require __DIR__ . '/src/bootstrap.php'; $router->run('server_status'); // By destroying the session the login will show when going to another page session_destroy(); }