[feladat @ 78]
Removed version information in footer. Doesn't work. Isn't global.
--- a/inc/footer.inc.php Wed Jun 27 21:31:34 2007 +0000
+++ b/inc/footer.inc.php Wed Jun 27 21:33:53 2007 +0000
@@ -5,14 +5,10 @@
$db->disconnect();
}
- $svn_rev = '$LastChangedRevision: 73 $ $LastChangedDate: 2007-06-25 23:32:29 +0200 (Mon, 25 Jun 2007) $ $Author: rejo $';
- $svn_rev = preg_split("/[\s,]+/", $svn_rev);
- $revision = "revision $svn_rev[1] (commited at $svn_rev[4] by $svn_rev[13])";
-
?>
</div> <!-- /content -->
<div class="footer">
- <strong>poweradmin</strong> <? echo $revision;?> - <a href="credits.php"><? echo _('credits'); ?></a>
+ <a href="https://rejo.zenger.nl/poweradmin/">a complete(r) <strong>poweradmin</strong></a>
</div>
<?
if(file_exists('inc/custom_footer.inc.php'))