fixes.
authorweb <web@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 18 Sep 2006 19:42:09 +0000 (19:42 +0000)
committerweb <web@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 18 Sep 2006 19:42:09 +0000 (19:42 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@854 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/.htaccess
htdocs/webredirect.php

index 779dae2..64297ef 100644 (file)
@@ -1,7 +1,7 @@
 Options +FollowSymLinks
 RewriteEngine on
 
-RewriteBase /~x2003bruneau
+RewriteBase /
 
 # Rewrite URLs of the form 'index.php?q=x':
 RewriteCond %{REQUEST_FILENAME} !-f
index 95c478e..bd9e5a9 100644 (file)
@@ -20,6 +20,7 @@
  ***************************************************************************/
 
 require_once dirname(__FILE__).'/../include/xorg.inc.php';
+require_once dirname(__FILE__).'/../classes/XDB.php';
 
 list($username, $path) = preg_split('/\//', $_SERVER["REQUEST_URI"], 2, PREG_SPLIT_NO_EMPTY);
 $res = XDB::query(