Skip to content

Commit

Permalink
$version variable added and footer links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
apmuthu committed Sep 13, 2014
1 parent 8ba6d10 commit 72fb925
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions phpMyOLAP/config.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
$phpmyolap_version = '1.3.3';

$authentication = false;
$auth_user = 'admin';
$auth_pass = 'password';
Expand Down
5 changes: 3 additions & 2 deletions phpMyOLAP/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@

print "<hr>";
print "<center>";
print "Official WebSite <a href='http://phpmyolap.altervista.org'><b>phpmyolap.altervista.org</b></a>";
print "<p>GitHub Repo <a href='https://github.com/apmuthu/phpMyOLAP'><b>github.com/apmuthu/phpMyOLAP</b></a>";
print "<a href='http://phpmyolap.altervista.org'><b>Official Website</b></a>";
print " &nbsp; | &nbsp; phpMyOLAP v<b>$phpmyolap_version</b>";
print " &nbsp; | &nbsp; <a href='https://github.com/apmuthu/phpMyOLAP'><b>GitHub Repo</b></a>";

print "</center>";
?>

0 comments on commit 72fb925

Please sign in to comment.