Mini Shell

Direktori : /home/emypro/www/admin/
Upload File :
Current File : /home/emypro/www/admin/auth.php

<?php
// Check if is logged in
Auth::check();

// Logout action
if(isset($_GET['action']) && $_GET['action'] == 'logout') {
	Auth::logout();
}

Zerion Mini Shell 1.0