--- alx-src/branches/alx-web-050/include/config.inc.php 2010/12/09 22:29:25 1632 +++ alx-src/branches/alx-web-050/include/config.inc.php 2010/12/09 22:31:39 1633 @@ -13,6 +13,9 @@ $dbuname = "alx_install"; $dbpass = "@lx"; + // www root of the alx_install + $wwwroot = "/var/www" + // Home Verzeichnis des httpd-daemons für ssh-certs $home = "/var/lib/apache"; @@ -24,4 +27,10 @@ // wake-on-lan Kommando $wolcmd = "/usr/bin/etherwake"; + + // fixed config.rc + $configrc = $wwwroot."/share/config.rc" + + // fixed mage.rc + $magerc = $wwwroot."/share/mage.rc" ?>