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 8516 by niro, Mon Feb 8 09:27:56 2016 UTC revision 12866 by niro, Mon Nov 12 17:06:08 2018 UTC
# Line 17  $dbpass  = "@lx"; Line 17  $dbpass  = "@lx";
17    
18  // wake-on-lan Kommando  // wake-on-lan Kommando
19  $woliface = "eth0";  $woliface = "eth0";
20  $wolcmd = "/usr/bin/ether-wake -i ".$woliface;  $wolcmd = "/usr/sbin/ether-wake -i ".$woliface;
21    
22  // citrix_browser addresses  // citrix_browser addresses
23  $citrix_serverlist = 'ica.dom-aka-nt.intern';  $citrix_serverlist = 'ica.dom-aka-nt.intern';
# Line 43  $mcore_port = 6666; Line 43  $mcore_port = 6666;
43  // mcore certificate  // mcore certificate
44  $mcore_certificate = '/etc/ssl/certs/mcored.pem';  $mcore_certificate = '/etc/ssl/certs/mcored.pem';
45    
 // ssh port of older clients  
 $ssh_port = 22;  
   
46  // ping timout  // ping timout
47  $ping_timeout = 0.01;  $ping_timeout = 0.01;
48    

Legend:
Removed from v.8516  
changed lines
  Added in v.12866