if ($suhosin_session_encrypt || (identity::active_user()->admin && !$movies_allowed)): ?>
if ($suhosin_session_encrypt): ?>
= t("Error: your server is configured to use the 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/")) ?>
endif ?>
if (identity::active_user()->admin && !$movies_allowed): ?>
= t("Movie uploading is disabled on your system. Help!", array("help_url" => url::site("admin/movies"))) ?>
endif ?>