Dodanie nowych plików tłumaczeń, aktualizacja wersji modułu gm_omniprice do 1.2.0 oraz poprawki w kodzie i logach
This commit is contained in:
13
modules/gm_omniprice/fill.php
Normal file
13
modules/gm_omniprice/fill.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
require_once('../../config/config.inc.php');
|
||||
require_once('../../init.php');
|
||||
|
||||
$omni = Module::getInstanceByName('gm_omniprice');
|
||||
$token = Tools::getValue('token');
|
||||
$comparedToken = Tools::getAdminToken('gm_omniprice');
|
||||
if ($token != $comparedToken) {
|
||||
die('invalid token');
|
||||
}
|
||||
$omni->fillMissingCache(true);
|
||||
echo 'FINISH<br/>';
|
||||
Reference in New Issue
Block a user