Version 1.12

This commit is contained in:
nemunaire 2009-11-01 12:00:00 +01:00
commit de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions

View file

@ -23,7 +23,7 @@ if (date('a') == 'am') {
}
else print '<br />Heure PM : on passe les taches matinales';
include(_FCORE."../game/cron/sauvebdd.php");
include(_FCORE."../game/cron/classement.php");
//include(_FCORE."../game/cron/classement.php");
print '<br />Fin des taches cron ; il est : '.date('d/m/Y H:i:s');
$out = ob_get_contents();