other changes and fixes from beta site
[brisk.git] / web / briskin5 / explain.php
index dd09f68..1c15dd2 100644 (file)
    
 */
 
+foreach (array("HTTP_HOST", "DOCUMENT_ROOT") as $i) {
+    if (isset($_SERVER[$i])) {
+        $$i = $_SERVER[$i];
+        }
+    }
+
 $G_base = "../";
 
 ini_set("max_execution_time",  "240");
@@ -54,7 +60,7 @@ function main() {
 <link rel="stylesheet" type="text/css" href="../brisk.css">
 <link rel="stylesheet" type="text/css" href="../room.css">
 </head>
-<body>
+<body class="explain">
 <div style="text-align: center;">
 <?php 
 main();