php-integration #21

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

View File

@ -1,7 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<?php include './page-blocks/headers.php';?>
<?php
include './page-blocks/headers.php';
include_once './php/version.php';
?>
<title>Athena - Report Issue</title>
</head>