X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=0.2.1%2Finc%2Fmodules%2Fadmin%2Fwhat-admins_add.php;h=c3073789f19d362504197c4a855bc82d07cd2d06;hb=7bc25dd08431c94ce9edca131d56c1a36b13c28a;hp=522deafff57d33d782d64ac24e6d923da437880f;hpb=157ee010917df5ca07e6d31b42f67417b2516d74;p=mailer.git diff --git a/0.2.1/inc/modules/admin/what-admins_add.php b/0.2.1/inc/modules/admin/what-admins_add.php index 522deafff5..c3073789f1 100644 --- a/0.2.1/inc/modules/admin/what-admins_add.php +++ b/0.2.1/inc/modules/admin/what-admins_add.php @@ -1,86 +1,86 @@ -".ADMIN_ADMINS_ADD_DONE.""); - - // Remove cache file - if (EXT_IS_ACTIVE("cache")) - { - if ($CACHE->cache_file("admins", true)) $CACHE->cache_destroy(); - } - } - else - { - // Free memory - SQL_FREERESULT($result); - } -} - -if ($FORM) -{ - // Clear unset variables - if (empty($_POST['login'])) $_POST['login'] = ""; - if (empty($_POST['email'])) $_POST['email'] = ""; - - // Load form from template - LOAD_TEMPLATE("admin_admins_add"); -} -// -?> +".ADMIN_ADMINS_ADD_DONE.""); + + // Remove cache file + if (EXT_IS_ACTIVE("cache")) + { + if ($CACHE->cache_file("admins", true)) $CACHE->cache_destroy(); + } + } + else + { + // Free memory + SQL_FREERESULT($result); + } +} + +if ($FORM) +{ + // Clear unset variables + if (empty($_POST['login'])) $_POST['login'] = ""; + if (empty($_POST['email'])) $_POST['email'] = ""; + + // Load form from template + LOAD_TEMPLATE("admin_admins_add"); +} +// +?>