".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"); } // ?>