Version 1.9g

This commit is contained in:
nemunaire 2008-11-08 12:00:00 +01:00
commit 4c9814a99c
800 changed files with 237325 additions and 1949 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();