Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 426 - (show annotations) (download)
Wed Jun 4 23:00:11 2008 UTC (15 years, 10 months ago) by niro
File size: 700 byte(s)
-variable version files

1 <?
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
29 # mage version file
30 $mageversion = "/etc/mageversion";
31
32 # alxconfig package
33 $alxconfig = "tinyalxconfig-ng-alx";
34 ?>

Properties

Name Value
svn:executable *