Fixed inclusion of version number
This commit is contained in:
parent
35f87460f6
commit
b3fc805763
@ -1,7 +1,10 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<?php include './page-blocks/headers.php';?>
|
<?php
|
||||||
|
include './page-blocks/headers.php';
|
||||||
|
include_once './php/version.php';
|
||||||
|
?>
|
||||||
<title>Athena - Report Issue</title>
|
<title>Athena - Report Issue</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user