inc/footer.inc.php
changeset 71 e1b918eaf69a
parent 49 58911245e817
child 119 f74e4f88b680
--- a/inc/footer.inc.php	Tue Jan 29 21:32:48 2008 +0000
+++ b/inc/footer.inc.php	Sat Feb 02 15:39:04 2008 +0000
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /*  PowerAdmin, a friendly web-based admin tool for PowerDNS.
  *  See <https://rejo.zenger.nl/poweradmin> for more details.
@@ -30,7 +30,7 @@
   <div class="footer">
    <a href="https://rejo.zenger.nl/poweradmin/">a complete(r) <strong>poweradmin</strong></a> - <a href="https://code.krikkit.nl/trac/poweradmin/wiki/Credits">credits</a>
   </div>
-<?
+<?php
 if(file_exists('inc/custom_footer.inc.php')) 
 {
 	include('inc/custom_footer.inc.php');