* do not display software version

This commit is contained in:
slawkens 2018-05-29 20:17:39 +02:00
parent c5980f2350
commit bd19b8665a
3 changed files with 433 additions and 433 deletions

View File

@ -417,7 +417,7 @@ else
die('ERROR: Cannot load template.');
}
echo '<!-- MyAAC ' . MYAAC_VERSION . ' :: http://www.my-aac.org/ -->' . "\n";
echo base64_decode('PCEtLSBQb3dlcmVkIGJ5IE15QUFDIDo6IGh0dHBzOi8vd3d3Lm15LWFhYy5vcmcvIC0tPg==') . PHP_EOL;
if(($config['debug_level'] & 1) == 1)
echo '<!-- Generated in :: ' . round(microtime(true) - START_TIME, 4) . ' -->';

View File

@ -8,7 +8,7 @@
<div id="wrapper">
<!--div class="buffer"-->
<div id="header">
<h1>MyAAC v<?php echo MYAAC_VERSION . ' ' . $locale['installation']; ?></h1>
<h1>MyAAC <?php echo $locale['installation']; ?></h1>
</div>
<div id="body">

View File

@ -473,7 +473,7 @@ function template_header($is_admin = false)
$ret .= '
<meta name="description" content="' . $config['meta_description'] . '" />
<meta name="keywords" content="' . $config['meta_keywords'] . ', myaac, wodzaac" />
<meta name="generator" content="MyAAC ' . MYAAC_VERSION . '" />
<meta name="generator" content="MyAAC" />
<link rel="stylesheet" type="text/css" href="' . BASE_URL . 'tools/messages.css" />
<script type="text/javascript" src="' . BASE_URL . 'tools/jquery.js"></script>
<noscript>