mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -8,7 +8,8 @@ if(isset($_POST['add_location'])){
|
||||
|
||||
validateAdminRole();
|
||||
|
||||
require_once('post/client_locations_model.php');
|
||||
require_once 'post/client_locations_model.php';
|
||||
|
||||
|
||||
if(!file_exists("uploads/clients/$client_id")) {
|
||||
mkdir("uploads/clients/$client_id");
|
||||
@@ -58,7 +59,8 @@ if(isset($_POST['edit_location'])){
|
||||
|
||||
validateAdminRole();
|
||||
|
||||
require_once('post/client_locations_model.php');
|
||||
require_once 'post/client_locations_model.php';
|
||||
|
||||
|
||||
$location_id = intval($_POST['location_id']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user