From c14194ab2d75927d46852e83c695f590f644ecc7 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 10 May 2009 20:54:15 +0000 Subject: Warn users if they have suhosin.session.encrypt enabled that it'll break the uploader --- core/views/simple_uploader.html.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'core') diff --git a/core/views/simple_uploader.html.php b/core/views/simple_uploader.html.php index 829c8fbc..36257761 100644 --- a/core/views/simple_uploader.html.php +++ b/core/views/simple_uploader.html.php @@ -10,6 +10,14 @@
+ +
+ suhosin.session.encrypt setting from Suhosin. You must disable this setting to upload photos.", + array("encrypt_url" => "http://www.hardened-php.net/suhosin/configuration.html#suhosin.session.encrypt", + "suhosin_url" => "http://www.hardened-php.net/suhosin/")) ?> +
+ +

-- cgit v1.2.3