From 7427691286ecc06c3e2b4b4aec05f78dba05d111 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Mon, 9 Jul 2007 12:15:22 +0000 Subject: [PATCH] Remove spaces and comments can be achieved by php_strip_whitespace() but 2% slim doesn't outweight the resulting mess git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@79 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- _compile.php | 1 - 1 file changed, 1 deletion(-) diff --git a/_compile.php b/_compile.php index 55e223a3..5be824ee 100644 --- a/_compile.php +++ b/_compile.php @@ -40,6 +40,5 @@ if ($_SESSION["lang"]) { $file = str_replace("\n", "", $file); $file = str_replace("", $_SESSION["lang"], $file); } -//! remove spaces and comments file_put_contents($filename, $file); echo "$filename created.\n";