]> git.mjollnir.org Git - s9y.git/commitdiff
More Obscurity and less PR makes Absynth a glad boy
authorgarvinhicking <garvinhicking>
Wed, 15 Nov 2006 10:21:14 +0000 (10:21 +0000)
committergarvinhicking <garvinhicking>
Wed, 15 Nov 2006 10:21:14 +0000 (10:21 +0000)
serendipity_admin.php

index ec159d696b8ef15f331f5003620c9b976e4e324d..965caa0710304ba4b55eb68063e58d31f3b8a468 100644 (file)
@@ -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