mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-07-08 04:43:47 +02:00
coms
This commit is contained in:
@ -20,7 +20,7 @@ $request = explode('/', $request);
|
||||
if ($request[1] == 'alertes') {
|
||||
if ($requestMethod == 'GET') {
|
||||
|
||||
$orderby = isset($_GET['orderby']) ? $_GET['orderby'] : 'date_alerte';
|
||||
$orderby = isset($_GET['orderby']) ? $_GET['orderby'] : 'date_alerte';
|
||||
$order = isset($_GET['order']) && ($_GET['order'] == 'desc') ? 'DESC' : 'ASC';
|
||||
|
||||
$filtresArray = [];
|
||||
|
Reference in New Issue
Block a user