mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
2012-10-03 Junichi Satoh <junichi@rworks.jp>
* godmode/setup/setup.php: Fixed a typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7032 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5c4b2ab31b
commit
44a8064360
@ -1,3 +1,7 @@
|
|||||||
|
2012-10-03 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* godmode/setup/setup.php: Fixed a typo.
|
||||||
|
|
||||||
2012-10-02 Dario Rodriguez <dario.rodriguez@artica.es>
|
2012-10-02 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
* include/functions_graph.php,
|
* include/functions_graph.php,
|
||||||
|
@ -382,7 +382,7 @@ $(document).ready (function () {
|
|||||||
message = "<?php
|
message = "<?php
|
||||||
echo __('If Enterprise ACL System is enabled without rules you will lose access to Pandora FMS Console (even admin). Do you want to continue?');
|
echo __('If Enterprise ACL System is enabled without rules you will lose access to Pandora FMS Console (even admin). Do you want to continue?');
|
||||||
?>";
|
?>";
|
||||||
if (!confirm(message)) return false"
|
if (!confirm(message)) return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user