Pages vues depuis 25/05/2001 : 109 380 014
Index du forum »» Version future »» REvolution 16.0
Message édité par : nicolas2 / 30-01-2020 21:38
if (!($chng_aid && $chng_name && $chng_email))
Header("Location: admin.php?op=mod_authors");
!!!include!!!_once('functions.php');
if(checkdnsmail($chng_email) === false) {
global $hlpfile;
!!!include!!!("header.php");
GraphicAdmin($hlpfile);
echo error_handler(adm_translate("ERREUR : DNS ou serveur de mail incorrect").'
');
!!!include!!!("footer.php");
return;
}
Header("Location: admin.php?op=mod_a uthors");
Message édité par : nicolas2 / 01-02-2020 21:45