Show version in about

This commit is contained in:
Deon George 2021-08-08 20:46:52 +10:00
parent 8d4ca2963d
commit 5ca6c8126e
2 changed files with 13 additions and 0 deletions

View File

@ -74,6 +74,18 @@ strong.highlight {
color: #eee;
}
strong.danger {
color: #e00;
}
strong.success {
color: #0e0;
}
strong.gray {
color: #565656;
}
body {
font-family:ibmbios2y,monospace;
font-size:16px;

View File

@ -61,4 +61,5 @@ If you have more than 1 BBS, then the Clearing House can receive all your mail f
<h4>Open Source</h4>
<p>FTN Clearing House is build with Open Source software. At it's core, PHP drives this web UI and the interaction with nodes.</p>
<p>This web UI has been inspired by the great work at <a href="https://int10h.org">int10h.org</a>. If you have ideas to make it even better, please send me a message, or submit your comments in <a href="https://dev.leenooks.net/bbs/clrghouz">gitlab</a></p>
<span class="float-end"><strong class="highlight">clrghouz</strong> <small>[<strong class="gray">{{ gethostname() }}</strong>@if (File::exists('../VERSION')) @ <strong class="success">{{ chop(File::get('../VERSION')) }}</strong>@endif]</small></span>
@endsection