* Delect instal step2 check gd.

This commit is contained in:
pengjiangxiu
2017-09-22 14:24:41 +08:00
parent 3f92a560a1
commit 87b37b3a67
3 changed files with 0 additions and 19 deletions
-11
View File
@@ -154,17 +154,6 @@ class installModel extends model
return $result = extension_loaded('filter') ? 'ok' : 'fail';
}
/**
* Check gd extension.
*
* @access public
* @return string ok|fail
*/
public function checkGD()
{
return $result = extension_loaded('gd') ? 'ok' : 'fail';
}
/**
* Check iconv extension.
*