Skip to content

Commit

Permalink
Fixed repo link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ds2600 committed Dec 19, 2023
1 parent 8155e2e commit 715a6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<footer>
<p class="footer-text">
<?php
echo "&copy; " . date("Y") . " " . htmlspecialchars($config['callsign']) . " | <a href='https://github.com/your-username/your-repository' target='_blank'>ARWT</a> ". VERSION;
echo "&copy; " . date("Y") . " " . htmlspecialchars($config['callsign']) . " | <a href='https://github.com/ds2600/arwt' target='_blank'>ARWT</a> ". VERSION;
?>
</p>
</footer>
2 changes: 1 addition & 1 deletion common/version.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
define('VERSION', '0.1.0');
define('VERSION', '0.1.1');

0 comments on commit 715a6b5

Please sign in to comment.