diff --git a/htdocs/viewimage.php b/htdocs/viewimage.php index 72081dfe912..649308d25f1 100644 --- a/htdocs/viewimage.php +++ b/htdocs/viewimage.php @@ -26,6 +26,8 @@ * \version $Id$ */ +define('NOTOKENRENEWAL',1); // Disables token renewal + // Do not use urldecode here ($_GET and $_REQUEST are already decoded by PHP). $action = isset($_GET["action"])?$_GET["action"]:''; $original_file = isset($_GET["file"])?$_GET["file"]:'';