芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/vendor/laravel/framework/src/ExcludesPaths.php
getExcludedPaths() as $except) { if ($except !== '/') { $except = trim($except, '/'); } if ($request->fullUrlIs($except) || $request->is($except)) { return true; } } return false; } /** * Get the URIs that should be excluded. * * @return array */ public function getExcludedPaths() { return $this->except ?? []; } }