PMCORE-510
This commit is contained in:
@@ -13,7 +13,7 @@ if (isset($_SESSION['USR_USERNAME'])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Initializing variables
|
// Initializing variables
|
||||||
$action = $_POST['action'];
|
$action = !empty($_POST['action']) ? $_POST['action'] : '';
|
||||||
$result = new StdClass();
|
$result = new StdClass();
|
||||||
|
|
||||||
// Try to execute the requested action
|
// Try to execute the requested action
|
||||||
|
|||||||
Reference in New Issue
Block a user