diff --git a/e107_admin/auth.php b/e107_admin/auth.php index b8508b535..803956f1a 100644 --- a/e107_admin/auth.php +++ b/e107_admin/auth.php @@ -9,9 +9,9 @@ * Administration Area Authorization * * $Source: /cvs_backup/e107_0.8/e107_admin/auth.php,v $ - * $Revision: 1.11 $ - * $Date: 2009-08-19 14:39:56 $ - * $Author: secretr $ + * $Revision: 1.12 $ + * $Date: 2009-10-19 20:09:15 $ + * $Author: e107steved $ */ if (!defined('e107_INIT')) { exit; } @@ -22,7 +22,7 @@ if (!defined('e107_INIT')) { exit; } */ if (ADMIN) { - define("ADMIN_PAGE", true); + define('ADMIN_PAGE', true); //don't include it if it'a an AJAX call or not wanted if(!e_AJAX_REQUEST && !defset('e_NOHEADER')) { diff --git a/e107_plugins/calendar_menu/event.php b/e107_plugins/calendar_menu/event.php index 1f6cbb69c..f06045fc2 100644 --- a/e107_plugins/calendar_menu/event.php +++ b/e107_plugins/calendar_menu/event.php @@ -11,13 +11,13 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/event.php,v $ -| $Revision: 1.10 $ -| $Date: 2009-10-11 21:12:54 $ +| $Revision: 1.11 $ +| $Date: 2009-10-19 20:05:17 $ | $Author: e107steved $ | +----------------------------------------------------------------------------+ */ -require_once("../../class2.php"); +require_once('../../class2.php'); if (!isset($pref['plug_installed']['calendar_menu'])) header("Location: ".e_BASE."index.php"); if (isset($_POST['viewallevents'])) diff --git a/e107_plugins/chatbox_menu/chat.php b/e107_plugins/chatbox_menu/chat.php index a5277da2e..92f815569 100644 --- a/e107_plugins/chatbox_menu/chat.php +++ b/e107_plugins/chatbox_menu/chat.php @@ -11,12 +11,12 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/chat.php,v $ -| $Revision: 1.9 $ -| $Date: 2009-08-15 11:55:30 $ -| $Author: marj_nl_fr $ +| $Revision: 1.10 $ +| $Date: 2009-10-19 20:09:15 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ -require_once("../../class2.php"); +require_once('../../class2.php'); if (!plugInstalled('chatbox_menu')) { header("Location: ".e_BASE."index.php");