Sfoglia il codice sorgente

Update database.php

star7th 8 anni fa
parent
commit
46687eedaa
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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;