mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
aeedf515c5
* fix: include state descriptions in eventlog Pull in array_column compat library for php < 5.5 * Add state descriptions to eventlog messages
6 lines
80 B
PHP
6 lines
80 B
PHP
<?php
|
|
|
|
error_reporting(E_ALL | E_STRICT);
|
|
|
|
require_once 'src/array_column.php';
|