1
0

More Obscurity and less PR makes Absynth a glad boy

This commit is contained in:
Garvin Hicking
2006-11-15 10:21:14 +00:00
parent 3e708320bb
commit 7e234bd7b6

View File

@@ -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