Add exams from exam100 to exam150
This commit is contained in:
8
exam135/logout.php
Normal file
8
exam135/logout.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
require 'core.inc.php';
|
||||
|
||||
session_destroy();
|
||||
header('Location: '. $http_referer);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user