mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 20:34:21 +00:00
Fix the error message when SERVER_NAME is undefined in footer during install
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<center><br />
|
||||
|
||||
<div class="copyright">© 2010 - 2013 <?php echo SERVER_NAME;?> All rights reserved</div>
|
||||
<div class="copyright">© 2010 - 2013 <?php echo \defined('SERVER_NAME') ? SERVER_NAME : 'TravianZ';?> All rights reserved</div>
|
||||
|
||||
<div class="copyright">Server running on: <a href="version.php"><b><font color="Red">v.7.0</font></b></a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user