Fix: no token renewal in viewimage

This commit is contained in:
Regis Houssin 2009-08-13 08:16:51 +00:00
parent 95fdd86aa1
commit d1c17b6262

View File

@ -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"]:'';