* do not display software version

This commit is contained in:
slawkens
2018-05-29 20:08:29 +02:00
parent 15da31d3eb
commit b828b8e44a
3 changed files with 3 additions and 3 deletions

View File

@@ -421,7 +421,7 @@ else
die('ERROR: Cannot load template.');
}
echo '<!-- MyAAC ' . MYAAC_VERSION . ' :: http://www.my-aac.org/ -->' . "\n";
echo base64_decode('PCEtLSBQb3dlcmVkIGJ5IE15QUFDIDo6IGh0dHBzOi8vd3d3Lm15LWFhYy5vcmcvIC0tPg==') . PHP_EOL;
if(superAdmin()) {
echo '<!-- Generated in: ' . round(microtime(true) - START_TIME, 4) . 'ms -->';
echo PHP_EOL . '<!-- Queries done: ' . $db->queries() . ' -->';