--- a/fhiiqm/test/raum_list.php Mon Feb 06 13:44:00 2012 +0100
+++ b/fhiiqm/test/raum_list.php Fri Mar 02 13:54:32 2012 +0100
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
- <link href="css/db.css" rel="STYLESHEET" type="TEXT/CSS" />
+ <link href="/fhiiqm/css/db.css" rel="STYLESHEET" type="TEXT/CSS" />
<title>Raumliste</title>
</head>
@@ -20,8 +20,10 @@
*/
error_reporting(E_ALL ^ E_NOTICE);
-
+
+print_r($_SERVER); echo "<br /><br />";
include_once($_SERVER['DOCUMENT_ROOT'] ."/fhiiqm/inc/dbconnect.inc.php");
+// include_once("http://achilleus/fhiiqm/inc/dbconnect.inc.php"); //nur wenn 'allow_url_include=1' in php.ini, nicht notwendig
$dbc = new dbconnection();
if (!$start) $start=0;