diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ <?php require('inc/common.php'); +fatal('hi'); ?> <!DOCTYPE html> <html> @@ -72,7 +73,7 @@ require('inc/common.php'); </a> </div> <div id="footer"> - <p id="copy"><a href="#cover">Top</a> • Copyright © 2016 Bulletin Team</p> + <p id="copy"><a href="#cover">Top</a> • <?=copy_notice();?></p> </div> </div> </div> |
