1 2 3 4 5
<?php$without_connection = true;require_once( realpath(dirname(__FILE__)) . '/../common/config.php');unset($_SESSION['webadmin']);header("Location: index.php");