".ADMIN_ADMINS_ADD_DONE.""); // Remove cache file if (EXT_IS_ACTIVE("cache")) { if ($cacheInstance->cache_file("admins", true)) $cacheInstance->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"); } // ?>