diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ <?PHP
include_once("globe.php");
+include_once("./includes/header.php");
//Load our page
if ($_SESSION['accepted'] <> 1)
|