Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
announce.php
Go to the documentation of this file.
1 <?php
2 
3 define('CURSCRIPT', 'announce');
4 
5 require './include/common.inc.php';
6 include template('announce');
7 
8 ?>
9