From: jakubvrana Date: Fri, 24 Jul 2009 06:13:38 +0000 (+0000) Subject: Link X-Git-Tag: v3.0.0~634 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=004d7a969da4770bf4b70f9ee8608b2485d880e2;p=adminer.git Link git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@893 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- 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();