forked from halo-battle/game
Version 1.9a
This commit is contained in:
parent
5f81f76b17
commit
d028822d0b
437 changed files with 27543 additions and 81793 deletions
10
game/cron/bourse.php
Normal file
10
game/cron/bourse.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
if(!defined('CRON')) { header('Location: ../'); exit; }
|
||||
print '<br /><br />Début des taches de la bourse ; il est : '.date('d/m/Y H:i:s');
|
||||
|
||||
$bdd->connexion();
|
||||
$bdd->query("UPDATE $table_bourse SET metalAnc = metal, cristalAnc = cristal");
|
||||
$bdd->deconnexion();
|
||||
|
||||
print '<br />Fin des taches de la bourse ; il est : '.date('d/m/Y H:i:s').'<br />';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue