More Obscurity and less PR makes Absynth a glad boy
This commit is contained in:
@@ -377,7 +377,15 @@ if (!isset($serendipity['serendipityPath']) || IS_installed === false || IS_up2d
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br />
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user