From fd4151a94762618d85c446f2140a06f41feef4b6 Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 4 Mar 2011 22:05:39 +0000 Subject: Enforce session establishment. --- usr/local/www/headjs.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/headjs.php b/usr/local/www/headjs.php index 063d9bc..eacaa23 100644 --- a/usr/local/www/headjs.php +++ b/usr/local/www/headjs.php @@ -34,6 +34,8 @@ ##|*MATCH=headjs.php* ##|-PRIV +require_once("guiconfig.inc"); + function getHeadJS() { global $_SERVER, $HTTP_SERVER_VARS, $g, $use_loader_tab_gif; @@ -163,4 +165,4 @@ function getHeadJS() { return $headjs; } -?> \ No newline at end of file +?> -- cgit v1.1