From 23568ca41f8d48402c59f99ff4697aa40fda8a9f Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 19 Dec 2005 06:11:32 +0000 Subject: [PATCH] Removed temporary file for w3c testings. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2319 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/main.php | 4 ---- 1 file changed, 4 deletions(-) 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 */ -- 2.30.2