Initial commit

This commit is contained in:
2013-08-07 14:41:29 +02:00
commit 66571766b0
333 changed files with 108874 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php define('DB_SERVER', 'localhost'); ?>
<?php define('DB_LOGIN', 'root'); ?>
<?php define('DB_PASS', '0nadmin'); ?>
<?php define('DB_NAME', 'dbqcm'); ?>
<?php define('FEEDBACK_MAIL', 'francois.lutran@gmail.com'); ?>
<?php define('MAX_CLASS', '8'); ?>
<?php define('MIN_GRADE', '6'); ?>
<?php define('MAX_GRADE', '3'); ?>
<?php define('READY_TO_USE', '1'); ?>