Magellan Linux

Diff of /alx-src/branches/alx-web-070/include/config.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1633 by niro, Thu Dec 9 22:31:39 2010 UTC revision 1635 by niro, Thu Dec 9 22:44:45 2010 UTC
# Line 14  Line 14 
14   $dbpass  = "@lx";   $dbpass  = "@lx";
15    
16   // www root of the alx_install   // www root of the alx_install
17   $wwwroot = "/var/www"   $wwwroot = "/var/www";
18    
19   // Home Verzeichnis des httpd-daemons für ssh-certs   // Home Verzeichnis des httpd-daemons für ssh-certs
20   $home = "/var/lib/apache";   $home = "/var/lib/apache";
# Line 29  Line 29 
29   $wolcmd = "/usr/bin/etherwake";   $wolcmd = "/usr/bin/etherwake";
30    
31   // fixed config.rc   // fixed config.rc
32   $configrc = $wwwroot."/share/config.rc"   $configrc = $wwwroot."/share/config.rc";
33    
34   // fixed mage.rc   // fixed mage.rc
35   $magerc = $wwwroot."/share/mage.rc"   $magerc = $wwwroot."/share/mage.rc";
36  ?>  ?>

Legend:
Removed from v.1633  
changed lines
  Added in v.1635