git.p6c8.net
/
jirafeau_project.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
admin: show Jirafeau version in admin interface
[jirafeau_project.git]
/
admin.php
diff --git
a/admin.php
b/admin.php
index 49a2f8f77de01e61e0a735ebb0cb01162bdfbb7d..25b16ed94e7b7241a5f2d3fad77fc80e9d988ea7 100644
(file)
--- a/
admin.php
+++ b/
admin.php
@@
-128,6
+128,7
@@
if (!(isset ($_POST['action']) && strcmp ($_POST['action'], 'download') == 0))
{
require (JIRAFEAU_ROOT . 'lib/template/header.php');
?><h2><?php echo t('Admin interface'); ?></h2><?php
+ ?><h2>(version <?php echo JIRAFEAU_VERSION ?>)</h2><?php
?><div id = "admin">
<fieldset><legend><?php echo t('Actions');?></legend>
patrick-canterino.de