diff --git a/app/common.php b/app/common.php
index 75ddedb..d33cee5 100755
--- a/app/common.php
+++ b/app/common.php
@@ -139,6 +139,7 @@ function getstr_random($length = 4) {
}
function getImage($filename, $width = -1, $height = -1, $type = 1, $savedir = 'allimg', $baseurl = '') {
+ // ini_set('memory_limit',-1);
$docDir = request()->server('DOCUMENT_ROOT');
$rootDir = request()->root();
if ($width < 0 && $height < 0) {
diff --git a/app/index/view/index.phtml b/app/index/view/index.phtml
index a77a383..15700aa 100755
--- a/app/index/view/index.phtml
+++ b/app/index/view/index.phtml
@@ -18,12 +18,10 @@