From: <var...@us...> - 2016-07-21 12:26:28
|
Revision: 9899 http://sourceforge.net/p/phpwiki/code/9899 Author: vargenau Date: 2016-07-21 12:26:25 +0000 (Thu, 21 Jul 2016) Log Message: ----------- config/config-default.ini: DISABLE_GETIMAGESIZE = true Modified Paths: -------------- trunk/config/config-default.ini Modified: trunk/config/config-default.ini =================================================================== --- trunk/config/config-default.ini 2016-07-21 12:15:07 UTC (rev 9898) +++ trunk/config/config-default.ini 2016-07-21 12:26:25 UTC (rev 9899) @@ -163,7 +163,7 @@ ; ALLOWED_LOAD = /tmp DISABLE_HTTP_REDIRECT = false -DISABLE_GETIMAGESIZE = false +DISABLE_GETIMAGESIZE = true ; FORTUNE_DIR = /usr/share/fortune ; GOOGLE_LICENSE_KEY = "..." ; DBADMIN_USER = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |