File Manager

Current Path : /webspace/www.saveursetterroir.be/html/modules/MleCMS/
Upload File :
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;
?>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com