Fixed skipf

This commit is contained in:
Xinchen Hui 2015-06-14 13:44:39 +08:00
parent dc37d3e8c2
commit c196e86520

View File

@ -1,5 +1,5 @@
<?php
if (!extension_loaded("mhash") || !function_exists("mhash")) {
if (!function_exists("mhash")) {
die("skip mhash extension is not available");
}
?>