mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 08:14:52 +00:00
Client related modal and post move client_id get after post
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user