php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 64c69ef01c - Show all commits

View File

@ -1,5 +1,5 @@
<?php
include "./php/version.php";
echo "<footer>"
echo "<p>Created by Fred Boniface - v$athenaVersion</p>"
echo "</footer>"
echo "<footer>";
echo "<p>Created by Fred Boniface - v$athenaVersion</p>";
echo "</footer>";