Kachre ki saaf safai
"Sabka kachra mujhe hi saaf krna pdta ha :("
This commit is contained in:
@@ -92,7 +92,7 @@ class SettingsController extends Controller
|
||||
public function directories($root = '')
|
||||
{
|
||||
if ($root == '') {
|
||||
$root = base_path();
|
||||
$root = storage_path();
|
||||
}
|
||||
|
||||
$iter = new RecursiveIteratorIterator(
|
||||
|
@@ -25,6 +25,6 @@ class CheckRoleAgent
|
||||
return $next($request);
|
||||
}
|
||||
|
||||
return redirect('dashboard')->with('fails', 'You are not Autherised');
|
||||
return redirect('/')->with('fails', 'You are not Autherised');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user