diff -r e6b328970ee8 -r ffb0a6d08000 web/index.php --- a/web/index.php Wed Jul 27 12:24:43 2011 +0200 +++ b/web/index.php Wed Jul 27 12:25:45 2011 +0200 @@ -5,7 +5,10 @@ * include some common code (like we did in the 90s) * People still do this? ;) */ -include_once './common.php'; + +include_once dirname(__FILE__).'/common.php'; +include_once dirname(__FILE__).'/'.$C_default_rep.'/config.php'; + /** * Do we already have a valid Access Token or need to go get one? @@ -33,50 +36,38 @@
+
@@ -178,14 +175,14 @@