Magellan Linux

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

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

revision 3343 by niro, Wed Jul 6 14:44:40 2011 UTC revision 3344 by niro, Wed Feb 1 10:50:34 2012 UTC
# Line 35  $configrc = $wwwroot."/share/config.rc"; Line 35  $configrc = $wwwroot."/share/config.rc";
35  // fixed mage.rc  // fixed mage.rc
36  $magerc = $wwwroot."/share/mage.rc";  $magerc = $wwwroot."/share/mage.rc";
37    
38    // default socket timeout for ssh conections
39    $socket_timeout = 10;
40    
41  // ssh public key file  // ssh public key file
42  $pubkey_file = $home.'/.ssh/id_dsa.pub';  $pubkey_file = $home.'/.ssh/id_dsa.pub';
43    

Legend:
Removed from v.3343  
changed lines
  Added in v.3344