init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
54
lib/config.php
Normal file
54
lib/config.php
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
<?php
|
||||
define('CONFIG_MYSQL_HOST','mosel.bitpalast.net');
|
||||
define('CONFIG_MYSQL_USER','cu-teichertfrank02_edv');
|
||||
define('CONFIG_MYSQL_PW','4qX7$87(S5xA');
|
||||
define('CONFIG_MYSQL_DB','cu-teichertfrank02_jb-data');
|
||||
|
||||
//define('CONFIG_MYSQL_HOST','localhost');
|
||||
//define('CONFIG_MYSQL_HOST','edv.jb-transport.de');
|
||||
//define('CONFIG_MYSQL_USER','edv');
|
||||
//define('CONFIG_MYSQL_PW','maxdata-01');
|
||||
//define('CONFIG_MYSQL_DB','edv');
|
||||
|
||||
// //define('CONFIG_MYSQL_HOST','mysql2f40.netcup.net');
|
||||
//define('CONFIG_MYSQL_HOST','188.68.47.64');
|
||||
//define('CONFIG_MYSQL_USER','k72950_edv');
|
||||
//define('CONFIG_MYSQL_PW','zHpi&826');
|
||||
//define('CONFIG_MYSQL_DB','k72950_edv');
|
||||
|
||||
define('CONFIG_PISQL_HOST','phjhhvjqzw0op9vc.myfritz.net');
|
||||
define('CONFIG_PISQL_USER','edv');
|
||||
define('CONFIG_PISQL_PW','maxdata-01');
|
||||
define('CONFIG_PISQL_DB','edv');
|
||||
define('CONFIG_SESSION','STCMS');
|
||||
|
||||
define('CONFIG_RASQL_HOST','neckar.bitpalast.net');
|
||||
define('CONFIG_RASQL_USER','cu-teichertfrank01_rampe');
|
||||
define('CONFIG_RASQL_PW','D49ni?r4');
|
||||
define('CONFIG_RASQL_DB','cu-teichertfrank01_rampe');
|
||||
|
||||
//$GLOBALS['hostadresse']='localhost';
|
||||
//$GLOBALS['hostip']='87.138.184.114';
|
||||
|
||||
$GLOBALS['hostadresse']='87.138.184.114';
|
||||
//$GLOBALS['hostip']='188.68.47.64';
|
||||
|
||||
date_default_timezone_set('Europe/Berlin'); setlocale(LC_TIME, "de_DE");
|
||||
|
||||
$meta['cptitel'] = 'JB';
|
||||
|
||||
function utf8encodeArray($array)
|
||||
{
|
||||
foreach($array as $key => $value)
|
||||
{
|
||||
if(is_array($value))
|
||||
{
|
||||
$array[$key] = utf8encodeArray($value);
|
||||
}
|
||||
elseif(!mb_detect_encoding($value, 'UTF-8', true))
|
||||
{
|
||||
$array[$key] = utf8_encode($value);
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue