fix
This commit is contained in:
@@ -297,7 +297,7 @@ class ConfigController extends Controller {
|
||||
]
|
||||
])), true);
|
||||
if (!$tempConfig['status'])
|
||||
return ['status' => false, 'text' => ''];
|
||||
return ['status' => false, 'text' => 'error'];
|
||||
|
||||
if ($tempConfig['data'] === "")
|
||||
return ['status' => false, 'text' => 'Cấu hình ip chưa đúng!'];
|
||||
|
||||
Reference in New Issue
Block a user