2010-07-28 Miguel de Dios <miguel.dedios@artica.es>
* install.php: fixed unclose bold tag. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3074 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
cb8a90073a
commit
310dcb6f0e
|
@ -1,3 +1,6 @@
|
|||
2010-07-28 Miguel de Dios <miguel.dedios@artica.es>
|
||||
* install.php: fixed unclose bold tag.
|
||||
|
||||
2010-07-28 Miguel de Dios <miguel.dedios@artica.es>
|
||||
* godmode/reporting/visual_console_builder.data.php: fixed the select box
|
||||
field for to don't show None value for map background.
|
||||
|
|
|
@ -261,7 +261,7 @@ function install_step1_licence() {
|
|||
";
|
||||
|
||||
if (!file_exists("COPYING")){
|
||||
echo "<div class='warn'><b>Licence file 'COPYING' is not present in your distribution. This means you have some 'partial' Pandora FMS distribution. We cannot continue without accepting the licence file.";
|
||||
echo "<div class='warn'><b>Licence file 'COPYING' is not present in your distribution. This means you have some 'partial' Pandora FMS distribution. We cannot continue without accepting the licence file.</b>";
|
||||
echo "</div>";
|
||||
} else {
|
||||
|
||||
|
|
Loading…
Reference in New Issue