From 004d7a969da4770bf4b70f9ee8608b2485d880e2 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Fri, 24 Jul 2009 06:13:38 +0000 Subject: [PATCH] Link git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@893 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- compile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.php b/compile.php index f1b48a0e..3ebf1677 100644 --- a/compile.php +++ b/compile.php @@ -76,7 +76,7 @@ function short_identifier($number, $chars) { return $return; } -// based on Dgx's PHP shrinker +// based on http://latrine.dgx.cz/jak-zredukovat-php-skripty function php_shrink($input) { $special_variables = array_flip(array('$this', '$GLOBALS', '$_GET', '$_POST', '$_FILES', '$_COOKIE', '$_SESSION', '$_SERVER')); static $short_variables = array();