GrillGuth 5ec1b9c199 fixing suhosin check
ini_get returns the value of the configuration option as a string on
success, or an empty string for null values. Returns FALSE if the
configuration option doesn't exist
(http://php.net/manual/de/function.ini-get.php).
Therefore isset($max) can never be false. We should use empty($max) to
check for setups not using suhosin.
2016-09-01 18:19:05 +02:00
..
2016-09-01 18:19:05 +02:00
2016-06-27 15:18:41 +02:00
2016-08-10 00:09:20 +02:00
2016-06-05 11:27:10 +02:00
2016-08-30 20:09:02 +02:00
2016-06-05 11:27:10 +02:00
2016-08-31 16:50:35 +02:00
2016-08-30 20:09:38 +02:00
2016-06-05 11:27:10 +02:00
2016-06-05 11:27:10 +02:00