Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 430 - (hide annotations) (download)
Wed Jun 4 23:21:23 2008 UTC (15 years, 11 months ago) by niro
File size: 697 byte(s)
-fix whitespaces

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 niro 430
17 niro 425 // Home Verzeichnis des httpd-daemons für ssh-certs
18     $home = "/home/httpd";
19 niro 430
20 niro 425 // ping Kommando zum überprüfen der Errreichbarkeit der Hosts
21     $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";
22 niro 430
23 niro 425 // ssh Kommando
24     $sshcmd = "/usr/bin/ssh";
25    
26     // wake-on-lan Kommando
27     $wolcmd = "/usr/sbin/ether-wake";
28 niro 426
29     # mage version file
30     $mageversion = "/etc/mageversion";
31    
32     # alxconfig package
33     $alxconfig = "tinyalxconfig-ng-alx";
34 niro 425 ?>

Properties

Name Value
svn:executable *