php-integration #21

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

View File

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