mirror of
https://github.com/e107inc/e107.git
synced 2025-06-08 11:57:29 +02:00
Test commit
This commit is contained in:
parent
a4231c70f3
commit
171e65fea3
@ -9,9 +9,9 @@
|
|||||||
* Administration Area Authorization
|
* Administration Area Authorization
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/auth.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_admin/auth.php,v $
|
||||||
* $Revision: 1.11 $
|
* $Revision: 1.12 $
|
||||||
* $Date: 2009-08-19 14:39:56 $
|
* $Date: 2009-10-19 20:09:15 $
|
||||||
* $Author: secretr $
|
* $Author: e107steved $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@ -22,7 +22,7 @@ if (!defined('e107_INIT')) { exit; }
|
|||||||
*/
|
*/
|
||||||
if (ADMIN)
|
if (ADMIN)
|
||||||
{
|
{
|
||||||
define("ADMIN_PAGE", true);
|
define('ADMIN_PAGE', true);
|
||||||
//don't include it if it'a an AJAX call or not wanted
|
//don't include it if it'a an AJAX call or not wanted
|
||||||
if(!e_AJAX_REQUEST && !defset('e_NOHEADER'))
|
if(!e_AJAX_REQUEST && !defset('e_NOHEADER'))
|
||||||
{
|
{
|
||||||
|
@ -11,13 +11,13 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/event.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/event.php,v $
|
||||||
| $Revision: 1.10 $
|
| $Revision: 1.11 $
|
||||||
| $Date: 2009-10-11 21:12:54 $
|
| $Date: 2009-10-19 20:05:17 $
|
||||||
| $Author: e107steved $
|
| $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($pref['plug_installed']['calendar_menu'])) header("Location: ".e_BASE."index.php");
|
||||||
|
|
||||||
if (isset($_POST['viewallevents']))
|
if (isset($_POST['viewallevents']))
|
||||||
|
@ -11,12 +11,12 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/chat.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/chat.php,v $
|
||||||
| $Revision: 1.9 $
|
| $Revision: 1.10 $
|
||||||
| $Date: 2009-08-15 11:55:30 $
|
| $Date: 2009-10-19 20:09:15 $
|
||||||
| $Author: marj_nl_fr $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
require_once("../../class2.php");
|
require_once('../../class2.php');
|
||||||
if (!plugInstalled('chatbox_menu'))
|
if (!plugInstalled('chatbox_menu'))
|
||||||
{
|
{
|
||||||
header("Location: ".e_BASE."index.php");
|
header("Location: ".e_BASE."index.php");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user