diff -r 1bcc79e78fa1 -r 74c9ddc3640b web/index.php
--- a/web/index.php Mon Jul 18 13:40:06 2011 +0200
+++ b/web/index.php Mon Jul 25 18:50:20 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__).'/config.php';
+include_once dirname(__FILE__).'/'.$C_default_rep.'/config.php';
+include_once dirname(__FILE__).'/common.php';
/**
* Do we already have a valid Access Token or need to go get one?
@@ -46,29 +49,28 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+ ' rel='stylesheet' type='text/css'>
+ ' rel='stylesheet' type='text/css'>
+ ' rel='stylesheet' type='text/css'>