Skip to content

Commit

Permalink
comment php
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy0613 committed Feb 6, 2018
1 parent bc73e89 commit 50c7eda
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.php
@@ -1,4 +1,14 @@
<?php
/*********************************************
*
*
* Battlezone - Javascript Remake
* @author Jeremy Heminger <contact@jeremyheminger.com>
*
*
*
* */

// if in dev mode the files will be fresh loads
$dev = isset($_GET['dev']) ? strtotime('now') : false;
?>
Expand Down

0 comments on commit 50c7eda

Please sign in to comment.