Current Path : /webspace/www.saveursetterroir.be/html/modules/MleCMS/ |
Current File : /webspace/www.saveursetterroir.be/html/modules/MleCMS/action.admin_ajax_translator_service.php |
<?php if (!isset($gCms)) exit; if (!$this->CheckAccess('manage translator_mle')) { echo $this->ShowErrors($this->Lang('accessdenied')); return; } if (mle_tools::is_ajax() && $_POST['aAction'] == 'update') Translation::update($_POST); if (mle_tools::is_ajax() && $_POST['aAction'] == 'remove') Translation::remove($_POST['delKey']); exit; ?>