include('common_admin_inc.htm'); // Handle the progress screen if opened if ($_SERVER[REQUEST_METHOD] == "POST") { $operationInProgress = true; $status = new ReturnStatus(); $email_address = $_POST['cemail']; send_config_record($user, $email_address); print $status->out(); return; } ?>
Tools - E-mail Configuration Record |
Send an e-mail with a record of the configuration of the Library. |