Initial commit
This commit is contained in:
parent
e2cb645409
commit
657b977106
@ -6,6 +6,7 @@
|
||||
* One file to rule 'em all!
|
||||
*/
|
||||
|
||||
session_start();
|
||||
if (!isset($_SESSION['uid'])) header("Location: index.php");
|
||||
require_once 'functions.php';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user