// Code cleaning
This commit is contained in:
@@ -394,8 +394,8 @@ class BlockLink extends Module
|
||||
{
|
||||
$this->_html .= '
|
||||
<script type="text/javascript">
|
||||
var currentUrl = \''.AdminController::$currentIndex.'&configure='.$this->name.'\';
|
||||
var token=\''.Tools::getValue('token').'\';
|
||||
var currentUrl = \''.addslashes(AdminController::$currentIndex.'&configure='.$this->name).'\';
|
||||
var token=\''.addslashes(Tools::getValue('token')).'\';
|
||||
var links = new Array();';
|
||||
foreach ($links as $link)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user