From 205321ff6eea4ece896b8fb87775af9b1e9f6d37 Mon Sep 17 00:00:00 2001 From: henoheno Date: Sat, 4 Jun 2005 21:30:50 +0900 Subject: [PATCH] Hide SHA-1 related features if sha1() not found NOTE: This feature is blocked by lib/func.php (1.45) now --- plugin/md5.inc.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/plugin/md5.inc.php b/plugin/md5.inc.php index 60d81c9..de7f517 100644 --- a/plugin/md5.inc.php +++ b/plugin/md5.inc.php @@ -1,6 +1,6 @@
+EOD; + if ($sha1_enabled) $form .= <<
+EOD; + + $form .= <<

+EOD; + if ($sha1_enabled) $form .= <<

+EOD; + $form .= <<
-- 2.11.0