Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12945998
footer.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
711 B
Referenced Files
None
Subscribers
None
footer.php
View Options
<?php
/**
* Footer
*
* @package Databases
* @subpackage Controllers
* @author Sébastien Santoro aka Dereckson <dereckson@espace-win.org>
* @copyright 2013 Sébastien Santoro aka Dereckson
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @filesource
*/
///
/// Version
///
$revision
=
substr
(
`git rev-list --reverse HEAD | nl | tail -n1 | awk '{print $2}'`
,
0
,
8
);
$build
=
'r'
;
$build
.=
trim
(
`git rev-list --reverse HEAD | nl | tail -n1 | awk '{print $1}'`
);
$version
=
"Git revision: $revision | Version: alpha preview (build $build)"
;
///
/// HTML output
///
$smarty
->
assign
(
'version'
,
$version
);
$smarty
->
display
(
'footer.tpl'
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Nov 18, 18:04 (10 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3174894
Default Alt Text
footer.php (711 B)
Attached To
Mode
rDB Nasqueron Databases
Attached
Detach File
Event Timeline
Log In to Comment