php-integration #21

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

View File

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