Code

Removed temporary file for w3c testings.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Dec 2005 06:11:32 +0000 (06:11 +0000)
committerhickert <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

index 7b0f3f61f31dba36f80648d5524a80bb11ac68ba..afebb93525cac33ce0b4a2a9b959fda6d6fd0629 100644 (file)
@@ -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 */