We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a113cf commit f45a1b3Copy full SHA for f45a1b3
1 file changed
webapp/DocumentRoot/ui/index.php
@@ -132,7 +132,16 @@
132
<div class="row">
133
<div class="col-12 col-md">
134
<div class="my-2 text-center text-secondary">
135
- SBOanalytics by SBOSOFT.
+ SBOanalytics by
136
+ <a href="https://www.sbosoft.net/" target="_blank" rel="noopener">SBOSOFT</a>.
137
+ <?php
138
+ if(file_exists('../version.txt')){
139
+ $versionStr = file_get_contents('../version.txt');
140
+ echo ' Version: ';
141
+ echo SBO_HtmlEncode($versionStr);
142
+ }
143
+ ?>
144
+ <br>
145
See
146
<a href="https://github.com/SBOsoft/SBOanalytics" title="SBOanalytics (frontend) at github"><i class="bi bi-github"></i> SBOanalytics</a>
147
and
0 commit comments