Working project

This commit is contained in:
grez911
2017-02-04 14:34:24 +03:00
parent 053b3aca01
commit b3b392b354
293 changed files with 40557 additions and 0 deletions

8
logout.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
require("init.php");
unset($_SESSION["domain"]);
unset($_SESSION["auth"]);
unset($_SESSION["error_code"]);
header("Location: index.php");
exit();
?>