shish пре 2 година
родитељ
комит
889d8be0dc
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      app-pt/controllers/ApplyController.php

+ 3 - 1
app-pt/controllers/ApplyController.php

@@ -28,7 +28,9 @@ class ApplyController extends BaseController
     //审核
     public function actionCheck()
     {
-        //util::fail('功能已关闭');
+        ini_set('memory_limit', '2045M');
+        set_time_limit(0);
+
         $id = Yii::$app->request->post('id');
         $status = Yii::$app->request->post('status', 0);
         $remark = Yii::$app->request->post('remark', '');