Client related modal and post move client_id get after post

This commit is contained in:
johnnyq
2026-03-07 11:48:56 -05:00
parent 60b6c245ef
commit c8273b2052
9 changed files with 13 additions and 11 deletions

View File

@@ -14,6 +14,8 @@ if(isset($_POST['add_location'])){
require_once 'location_model.php';
$client_id = intval($_POST['client_id']);
enforceClientAccess();
if(!file_exists("../uploads/clients/$client_id")) {