Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1602 - (hide annotations) (download)
Thu Dec 2 20:07:22 2010 UTC (13 years, 5 months ago) by niro
Original Path: alx-src/branches/alx-web-050/include/config.inc.php
File size: 598 byte(s)
-be magellan compatible
1 niro 1600 <?
2     // SESSION
3     session_start();
4     if( !isset($_SESSION['openclose']) )
5     {
6     session_register('openclose');
7     $_SESSION['openclose'] = array();
8     }
9    
10     // Datenbankverbindungs-Konfiguration
11     $dbhost = "localhost";
12     $dbname = "alx_web";
13     $dbuname = "alx_install";
14     $dbpass = "@lx";
15 niro 1602
16 niro 1600 // Home Verzeichnis des httpd-daemons für ssh-certs
17     $home = "/var/www";
18 niro 1602
19 niro 1600 // ping Kommando zum überprüfen der Errreichbarkeit der Hosts
20 niro 1602 $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";
21    
22 niro 1600 // ssh Kommando
23     $sshcmd = "/usr/bin/ssh";
24 niro 1602
25 niro 1600 // wake-on-lan Kommando
26 niro 1602 $wolcmd = "/usr/bin/etherwake";
27 niro 1600 ?>

Properties

Name Value
svn:executable *