X-Git-Url: http://git.iain.cx/?p=readifood.git;a=blobdiff_plain;f=www%2Findex.php;h=ae8b5a11318131c5014732bdcf734fe398ec7e76;hp=4468e057bb7fbe2f7082d28fe6f9b2c9506cff3b;hb=f44ed8d0e1de072ea341c013c967714cd0217fee;hpb=f720a723a18a95cede2cdd22cc3199a39232059f diff --git a/www/index.php b/www/index.php index 4468e05..ae8b5a1 100644 --- a/www/index.php +++ b/www/index.php @@ -32,6 +32,7 @@ $username = $_SERVER['REMOTE_USER']; include_once("$lib_root/constants.php"); include_once("$lib_root/functions.php"); + include_once("$lib_root/session.php"); include_once("$lib_root/header.php"); $q = new UserQuery; $user = $q->findOneByUsername($username);