2013-01-15 Dario Rodriguez <dario.rodriguez@artica.es>

* pandora_console_install: Fixed directory install for
        SUSE.

        MERGED FROM 4.0.2



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7477 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
darode 2013-01-15 17:33:03 +00:00
parent 69a409d973
commit e2d654cd2d
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2013-01-15 Dario Rodriguez <dario.rodriguez@artica.es>
* pandora_console_install: Fixed directory install for
SUSE.
MERGED FROM 4.0.2
2013-01-15 Sergio Martin <sergio.martin@artica.es>
* include/functions.php

View File

@ -123,7 +123,7 @@ install () {
fi
PANDORA_CONF=$PANDORA_HOME/include/config.php
else
PANDORA_HOME=/srv/www/htdocs/pandora
PANDORA_HOME=/srv/www/htdocs/pandora_console
PANDORA_CONF=$PANDORA_HOME/include/config.php
fi
fi
@ -213,7 +213,7 @@ install () {
echo "Now you can setup your Pandora FMS console and install"
echo "database using a browser and point to: "
echo " "
echo " http://ip_address_of_this_server/pandora/install.php"
echo " http://ip_address_of_this_server/pandora_console/install.php"
echo " "
echo " "
}