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 7706 by niro, Tue Sep 15 06:31:30 2015 UTC revision 7707 by niro, Fri Sep 25 08:25:47 2015 UTC
# Line 25  $home = "/var/lib/apache"; Line 25  $home = "/var/lib/apache";
25  $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5";  $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5";
26    
27  // wake-on-lan Kommando  // wake-on-lan Kommando
28  $wolcmd = "/usr/bin/ether-wake";  $woliface = "eth0"
29    $wolcmd = "/usr/bin/ether-wake -i ".$woliface;
30    
31  // fixed config.rc  // fixed config.rc
32  $configrc = $wwwroot."/share/config.rc";  $configrc = $wwwroot."/share/config.rc";

Legend:
Removed from v.7706  
changed lines
  Added in v.7707