minimize index.php differences
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 30 Jul 2006 11:19:43 +0000 (11:19 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 30 Jul 2006 11:19:43 +0000 (11:19 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@714 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs.net/index.php
htdocs/index.php

index 28cd157..8501a8d 100644 (file)
@@ -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();
index 83e7a20..d130eef 100644 (file)
@@ -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';