X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=www%2Findex.php;h=ae8b5a11318131c5014732bdcf734fe398ec7e76;hb=f44ed8d0e1de072ea341c013c967714cd0217fee;hp=4468e057bb7fbe2f7082d28fe6f9b2c9506cff3b;hpb=28d2c6d84af075263a89025b04df438cdd762658;p=readifood.git 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);