Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.arlenshop.fr_1556185825
/
htdocs
/
modules
/
csmegamenu
/
/srv/data/trash/vhost_www.arlenshop.fr_1556185825/htdocs/modules/csmegamenu/csmegamenu_ajax.php
<?php require_once(dirname(__FILE__).'/../../config/config.inc.php'); require_once(dirname(__FILE__).'/../../init.php'); require_once(dirname(__FILE__).'/csmegamenu.php'); include_once(dirname(__FILE__).'/classes/CsMegaMenuClass.php'); $CsMegaMenu = new CsMegaMenu(); if(Tools::getValue('id_csmegamenu')) { echo $CsMegaMenu->_displayUpdateForm(Tools::getValue('id_csmegamenu')); }