We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2918d3 commit 4153b0dCopy full SHA for 4153b0d
routes/web.php
@@ -61,7 +61,7 @@
61
//Public route
62
$custom_prefix = config('advanced-config.custom_url_prefix');
63
Route::get('/going/{id?}/{link?}', [UserController::class, 'clickNumber'])->where('link', '.*')->name('clickNumber');
64
-if (!str_contains(url()->full(), '@') and !in_array(url()->full(), [url('login'), url('register'), url('update'), url('updating'), url('backup')])) {
+if (!str_contains(url()->full(), '@') and !in_array(url()->full(), [url('login'), url('register'), url('update'), url('update?error='), url('update?success='), url('update?finishing='), url('update?updating='), url('update?backups='), url('update?backup='), url('update?updating-windows='), url('updating'), url('backup')])) {
65
Route::get('/' . $custom_prefix . '{littlelink}', [UserController::class, 'littlelink'])->name('littlelink');}
66
Route::get('/@{littlelink}', [UserController::class, 'littlelink'])->name('littlelink');
67
Route::get('/pages/{name}', [AdminController::class, 'pages'])->name('pages');
0 commit comments