mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixes to improve the oracle compatibility
This commit is contained in:
parent
03e97f49d5
commit
c8806ef1dc
@ -48,7 +48,7 @@ $snmpwalk = (int) get_parameter("snmpwalk", 0);
|
|||||||
$create_modules = (int) get_parameter("create_modules", 0);
|
$create_modules = (int) get_parameter("create_modules", 0);
|
||||||
|
|
||||||
// Get the plugin
|
// Get the plugin
|
||||||
$plugin = db_get_row_sql('SELECT * FROM tplugin WHERE execute LIKE "%/snmp_remote.pl"');
|
$plugin = db_get_row_sql("SELECT * FROM tplugin WHERE execute LIKE '%/snmp_remote.pl'");
|
||||||
|
|
||||||
if (empty($plugin)) {
|
if (empty($plugin)) {
|
||||||
ui_print_info_message(array('message' => __('The SNMP remote plugin doesnt seem to be installed') . '. ' . __('It is necessary to use some features') . '.<br><br>' . __('Please, install the SNMP remote plugin (The name of the plugin must be snmp_remote.pl)'), 'no_close' => true));
|
ui_print_info_message(array('message' => __('The SNMP remote plugin doesnt seem to be installed') . '. ' . __('It is necessary to use some features') . '.<br><br>' . __('Please, install the SNMP remote plugin (The name of the plugin must be snmp_remote.pl)'), 'no_close' => true));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user