0
0

Prepared website with even cleaner file structure and layout

This commit is contained in:
Bryan
2019-05-29 19:33:35 +02:00
parent c399808706
commit 6294ae5d50
4 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
<?php
$_SESSION [ 'user_id' ] = NULL;
header ( "Location: " . substr ( $_SERVER [ 'SCRIPT_NAME' ], 0, -10 ) . "/" );