From bf6f6356e2cf3fad609c96fd3ee59ce7eed51375 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 30 Jul 2006 11:19:43 +0000 Subject: [PATCH] minimize index.php differences git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@714 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs.net/index.php | 2 ++ htdocs/index.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/htdocs.net/index.php b/htdocs.net/index.php index 28cd157..8501a8d 100644 --- a/htdocs.net/index.php +++ b/htdocs.net/index.php @@ -34,6 +34,8 @@ if ($path = Env::v('n') && substr($path, 0, 4) != 'Xnet') { exit; } +/*** WIKI CODE ***/ + require_once 'wiki.inc.php'; $n = wiki_pagename(); diff --git a/htdocs/index.php b/htdocs/index.php index 83e7a20..d130eef 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -19,6 +19,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ +// $GLOBALS['IS_XNET_SITE'] = true; + require_once 'xorg.inc.php'; require_once dirname(__FILE__).'/../classes/Platal.php'; -- 2.1.4