search($_REQUEST['plugin_code']) == -1) { echo_warning("plugin non trouvé"); exit(); } if ($ext->can_request($g_user->login)==-1) { alert("Plugin non authorisé"); exit(); } if ( ! file_exists('../include/ext'.DIRECTORY_SEPARATOR.trim($ext->me_file))) { alert(j(_("Ce fichier n'existe pas "))); exit(); } echo '
'; require_once('ext'.DIRECTORY_SEPARATOR.trim($ext->me_file)); ?>