summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a6f039c)
raw | patch | inline | side by side (parent: a6f039c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Dec 2005 06:11:32 +0000 (06:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Dec 2005 06:11:32 +0000 (06:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2319 594d385d-05f5-0310-b6e9-bd551577e9d8
html/main.php | patch | blob | history |
diff --git a/html/main.php b/html/main.php
index 7b0f3f61f31dba36f80648d5524a80bb11ac68ba..afebb93525cac33ce0b4a2a9b959fda6d6fd0629 100644 (file)
--- a/html/main.php
+++ b/html/main.php
@@ -331,10 +331,6 @@ if ((isset($config->data['MAIN']['W3CTEST']) && preg_match('/true/i', $config->d
}
/* Show page... */
-$f = fopen("/tmp/OgerMonokel.html","w+");
-fwrite($f,$display);
-fclose($f);
-
echo $display;
/* Save plist */