equal
deleted
inserted
replaced
3 if(is_object($db)) |
3 if(is_object($db)) |
4 { |
4 { |
5 $db->disconnect(); |
5 $db->disconnect(); |
6 } |
6 } |
7 |
7 |
8 $svn_rev = '$LastChangedRevision: 73 $ $LastChangedDate: 2007-06-25 23:32:29 +0200 (Mon, 25 Jun 2007) $ $Author: rejo $'; |
|
9 $svn_rev = preg_split("/[\s,]+/", $svn_rev); |
|
10 $revision = "revision $svn_rev[1] (commited at $svn_rev[4] by $svn_rev[13])"; |
|
11 |
|
12 ?> |
8 ?> |
13 </div> <!-- /content --> |
9 </div> <!-- /content --> |
14 <div class="footer"> |
10 <div class="footer"> |
15 <strong>poweradmin</strong> <? echo $revision;?> - <a href="credits.php"><? echo _('credits'); ?></a> |
11 <a href="https://rejo.zenger.nl/poweradmin/">a complete(r) <strong>poweradmin</strong></a> |
16 </div> |
12 </div> |
17 <? |
13 <? |
18 if(file_exists('inc/custom_footer.inc.php')) |
14 if(file_exists('inc/custom_footer.inc.php')) |
19 { |
15 { |
20 include('inc/custom_footer.inc.php'); |
16 include('inc/custom_footer.inc.php'); |