Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1600 - (hide annotations) (download)
Thu Dec 2 19:56:40 2010 UTC (13 years, 5 months ago) by niro
Original Path: alx-src/branches/alx-web-050/include/config.inc.php
File size: 605 byte(s)
-import from 050
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    
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 = "/var/www";
19    
20     // ping Kommando zum überprüfen der Errreichbarkeit der Hosts
21     $pingcmd = "/usr/bin/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/etherwake";
28     ?>

Properties

Name Value
svn:executable *