From 939b038f464f71194f9aabad022d77c51b5e21c2 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 22 Nov 2006 23:07:19 +0000 Subject: [PATCH] Ensure inclusion of the top-level header.inc.php --- notifyxml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifyxml.php b/notifyxml.php index c9c568cb75..cd1610c41f 100755 --- a/notifyxml.php +++ b/notifyxml.php @@ -19,7 +19,7 @@ 'disable_Template_class' => True, 'currentapp' => 'notifywindow' ); - include('header.inc.php'); + include('./header.inc.php'); header("Content-type: text/xml"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");