- Records page introduced
- rearangements in the include structure
This commit is contained in:
12
homepage/machs/machs-config.php
Normal file
12
homepage/machs/machs-config.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/// @file meta config
|
||||
/// don't place loginData here, as it is in a public directory
|
||||
|
||||
//error_reporting(E_ALL | E_STRICT);
|
||||
//ini_set('display_errors',1);
|
||||
setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');
|
||||
|
||||
require_once("config.php");
|
||||
require_once("./local/dbConf.php");
|
||||
require_once("./local/achievementsConf.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user