initial draft of the achievement system
This commit is contained in:
1
homepage/machs/local/.htaccess
Normal file
1
homepage/machs/local/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
Deny from all
|
||||
10
homepage/machs/local/achievementsConf.php
Normal file
10
homepage/machs/local/achievementsConf.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// Die Domains, Basedomain und Subdomain sind nicht wörtlich zu nehmen
|
||||
// effektiv ist es einfach eine Zweiteilung des Domainnamens
|
||||
$wkParticipoConf['baseDomain'] = "cwsvjudo.bplaced.net";
|
||||
$wkParticipoConf['subDomain'] = "";
|
||||
/// Basis(/Root)-Verzeichnis auf dem Server (für Dateizugriffe, insbesondere phpIncludes)
|
||||
$wkParticipoConf['basePath'] = "/users/cwsvjudo/www";
|
||||
$wkParticipoConf['rootDir'] = "/pages/desktop/wkParticipo";
|
||||
$wkParticipoConf['adminEmail'] = "cwsvjudo@arcor.de";
|
||||
?>
|
||||
8
homepage/machs/local/dbConf.php
Normal file
8
homepage/machs/local/dbConf.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$db_server='localhost';
|
||||
$db_user='cwsvjudo';
|
||||
$db_password='***REMOVED***';
|
||||
$db_name='cwsvjudo';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user