|
|
@ -9,7 +9,6 @@ class Test extends AdminBaseController |
|
|
|
{ |
|
|
|
public function index() |
|
|
|
{ |
|
|
|
$appNumber = env('APP_NUMBER'); |
|
|
|
$appRootPath = app()->getRootPath(); |
|
|
|
$appAppPath = app()->getAppPath(); |
|
|
|
$memoryLimit = ini_get('memory_limit'); |
|
|
@ -25,7 +24,6 @@ class Test extends AdminBaseController |
|
|
|
'max_input_time' => $max_input_time, |
|
|
|
'app_root_path' => $appRootPath, |
|
|
|
'app_path' => $appAppPath, |
|
|
|
'app_number' => $appNumber |
|
|
|
]]); |
|
|
|
} |
|
|
|
|
|
|
|