--- alx-src/trunk/alx-web/include/config.inc.php 2008/06/04 23:09:52 429 +++ alx-src/trunk/alx-web/include/config.inc.php 2008/06/04 23:21:23 430 @@ -13,13 +13,13 @@ $dbname = "alx_web"; $dbuname = "alx_install"; $dbpass = "@lx"; - + // Home Verzeichnis des httpd-daemons für ssh-certs $home = "/home/httpd"; - + // ping Kommando zum überprüfen der Errreichbarkeit der Hosts $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q"; - + // ssh Kommando $sshcmd = "/usr/bin/ssh";