diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php
index f43c8ad5d..1cac407df 100644
--- a/views/bootstrap/class.Bootstrap.php
+++ b/views/bootstrap/class.Bootstrap.php
@@ -152,6 +152,8 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
echo ''."\n";
parse_str($_SERVER['QUERY_STRING'], $tmp);
$tmp['action'] = 'webrootjs';
+ if(isset($tmp['formtoken']))
+ unset($tmp['formtoken']);
echo ''."\n";
echo ''."\n";
if($this->params['enablemenutasks'] && isset($this->params['user']) && $this->params['user']) {