Magellan Linux

Annotation of /alx-src/trunk/alx-web/include/config.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 425 - (hide annotations) (download)
Wed Jun 4 22:35:14 2008 UTC (15 years, 11 months ago) by niro
File size: 582 byte(s)
-convert to unix

1 niro 425 <?
2     // SESSION
3     session_start();
4     if( !isset($_SESSION['openclose']) )
5     {
6     session_register('openclose');
7     $_SESSION['openclose'] = array();
8     }
9    
10    
11     // Datenbankverbindungs-Konfiguration
12     $dbhost = "localhost";
13     $dbname = "alx_web";
14     $dbuname = "alx_install";
15     $dbpass = "@lx";
16    
17     // Home Verzeichnis des httpd-daemons für ssh-certs
18     $home = "/home/httpd";
19    
20     // ping Kommando zum überprüfen der Errreichbarkeit der Hosts
21     $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";
22    
23     // ssh Kommando
24     $sshcmd = "/usr/bin/ssh";
25    
26     // wake-on-lan Kommando
27     $wolcmd = "/usr/sbin/ether-wake";
28     ?>

Properties

Name Value
svn:executable *