mirror of
https://github.com/e107inc/e107.git
synced 2025-06-07 19:35:47 +02:00
Test commit
This commit is contained in:
parent
a4231c70f3
commit
171e65fea3
@ -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'))
|
||||
{
|
||||
|
@ -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']))
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user