Просмотр файла parkerforum2/admin/logout.php

Размер файла: 137B
<?
session_start();
if($epass!="" and $elog!="")
session_destroy();
print "<meta http-equiv=refresh content='0; url=index.php'>";
?>