This commit is contained in:
/jedi/ 2018-12-27 20:52:35 +01:00
parent 83a9a1bcd2
commit 0e235682d1
2 changed files with 4 additions and 1 deletions

View file

@ -71,6 +71,9 @@ function get_stats(){
return $ret;
}
if(file_exists("currentgithash"))
$hash = file_get_contents("currentgithash");
$page = isset($_GET["page"])?$_GET["page"]:"dashboard";
if (!auth()) {

View file

@ -16,7 +16,7 @@ $stats = get_stats();
<!-- Breadcrumbs-->
<ol class="breadcrumb">
<li class="breadcrumb-item active">
<a href="#">Dashboard</a>
<a href="#">Dashboard <?php echo $hash; ?></a>
</li>
</ol>