mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
#12792 fix 500 change agent inventory
This commit is contained in:
parent
eba0ce9e80
commit
fc08e9b9b6
@ -26,7 +26,8 @@
|
|||||||
* ============================================================================
|
* ============================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
check_login();
|
require_once $config['homedir'].'/include/functions_inventory.php';
|
||||||
|
check_login();
|
||||||
|
|
||||||
if (is_ajax() === true) {
|
if (is_ajax() === true) {
|
||||||
$id_agent = get_parameter('id_agent', '0');
|
$id_agent = get_parameter('id_agent', '0');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user