Moved creating lock file after all other checks have passed to prevent locking if a certian check has not passed, turned off imap extend log as it could cause mysql errors also remove lock before exiting if cannnot connect to imap

This commit is contained in:
johnnyq
2023-11-01 13:59:35 -04:00
parent 43786a72ab
commit 5c0ab72d69
3 changed files with 51 additions and 50 deletions

View File

@@ -163,7 +163,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
</div>
<?php
require_once "quote_add_modal.php";
//require_once "quote_add_modal.php";
require_once "quote_edit_modal.php";