Skip to content

Commit 715a6b5

Browse files
committed
Fixed repo link in footer
1 parent 8155e2e commit 715a6b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/footer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<footer>
66
<p class="footer-text">
77
<?php
8-
echo "&copy; " . date("Y") . " " . htmlspecialchars($config['callsign']) . " | <a href='https://github.com/your-username/your-repository' target='_blank'>ARWT</a> ". VERSION;
8+
echo "&copy; " . date("Y") . " " . htmlspecialchars($config['callsign']) . " | <a href='https://github.com/ds2600/arwt' target='_blank'>ARWT</a> ". VERSION;
99
?>
1010
</p>
1111
</footer>

common/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?php
2-
define('VERSION', '0.1.0');
2+
define('VERSION', '0.1.1');

0 commit comments

Comments
 (0)