From: hickert Date: Mon, 19 Dec 2005 06:11:32 +0000 (+0000) Subject: Removed temporary file for w3c testings. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=23568ca41f8d48402c59f99ff4697aa40fda8a9f;p=gosa.git Removed temporary file for w3c testings. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2319 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/main.php b/html/main.php index 7b0f3f61f..afebb9352 100644 --- 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 */