Files
cwsvJudo/homepage/machs/machs-config.php
marko de24498f77 - Records page introduced
- rearangements in the include structure
2020-11-19 12:53:28 +01:00

13 lines
330 B
PHP

<?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");
?>