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 12866 by niro, Mon Nov 12 17:06:08 2018 UTC revision 13248 by niro, Wed Jul 10 09:08:08 2019 UTC
# Line 1  Line 1 
1  <?  <?
2    
3  // SESSION  // SESSION
4  session_start();  if(session_status() !== PHP_SESSION_ACTIVE) session_start();
5  if( !isset($_SESSION['openclose']) )  if( !isset($_SESSION['openclose']) )
6  {  {
7   //session_register('openclose');   //session_register('openclose');
# 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/sbin/ether-wake -i ".$woliface;  $wolcmd = "sudo /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';

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