489495df
芝麻web文件管理
芝麻web文件管理V1.00
489495df
编辑当前文件:/home/landifun/public_html/Modules/Install/Http/Middleware/CanInstall.php
<?php namespace Modules\Install\Http\Middleware; use Closure; use Illuminate\Support\Facades\File; class CanInstall { /** * Handle an incoming request. * * @param \Illuminate\Http\Request $request * @param \Closure $next * @return mixed */ public function handle($request, Closure $next) { if (File::exists(storage_path('installed'))) { abort(404); } return $next($request); } }
ZillaPage — Best Open Souce LandingPage Builder Software
Remember me
I forgot password
Sign in
Don't have account yet?
Copyright © 2025 Desing by
ZillaPage