Fixed inclusion of version number

This commit is contained in:
Fred Boniface 2022-09-20 21:42:30 +01:00
parent 35f87460f6
commit b3fc805763
1 changed files with 4 additions and 1 deletions

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>