More Obscurity and less PR makes Absynth a glad boy
This commit is contained in:
parent
3e708320bb
commit
7e234bd7b6
@ -377,7 +377,15 @@ if (!isset($serendipity['serendipityPath']) || IS_installed === false || IS_up2d
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<div id="serendipityAdminFooter"><?php echo sprintf(ADMIN_FOOTER_POWERED_BY, $serendipity['versionInstalled'], phpversion()); ?></div>
|
||||
<div id="serendipityAdminFooter">
|
||||
<?php
|
||||
if ($serendipity['expose_s9y']) {
|
||||
echo sprintf(ADMIN_FOOTER_POWERED_BY, $serendipity['versionInstalled'], phpversion());
|
||||
} else {
|
||||
echo sprintf(ADMIN_FOOTER_POWERED_BY, '', '');
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user