Browse Source

Update database.php

star7th 7 years ago
parent
commit
46687eedaa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      install/database.php

+ 2 - 2
install/database.php

@@ -65,12 +65,12 @@ if(!extension_loaded("gd")){
   echo '请安装php-gd<br>';
   $go = 0;
 }
-
+/*
 if(!extension_loaded("mcrypt")){
   echo '请安装php-mcrypt<br>';
   $go = 0;
 }
-
+*/
 if(!extension_loaded("mbstring")){
   echo '请安装php-mbstring<br>';
   $go = 0;