diff --git a/app/Http/Controllers/tmp/test.png b/app/Http/Controllers/tmp/test.png index d5a6190..8afccdb 100644 Binary files a/app/Http/Controllers/tmp/test.png and b/app/Http/Controllers/tmp/test.png differ diff --git a/app/Http/routes.php b/app/Http/routes.php index 9b47f88..df53559 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -79,10 +79,10 @@ Route::group(['prefix' => 'api'], function() { Route::post('{id}/delete', 'VideoController@destroy')->where('id', '[0-9]+'); Route::post('{id}/tag', 'VideoController@tag')->where('id', '[0-9]+'); Route::post('{id}/untag', 'VideoController@untag')->where('id', '[0-9]+'); - Route::post('upload', 'VideoController@store')->middleware('auth'); + #Route::post('upload', 'VideoController@store')->middleware('auth'); }); - Route::post('upload', 'VideoController@store'); + #Route::post('upload', 'VideoController@store'); }); @@ -109,7 +109,7 @@ Route::group(["middleware" => "theme"], function() { Route::get('index', 'VideoController@index')->middleware('auth'); Route::get('main', 'VideoController@main')->middleware('auth'); Route::post('index/{id}', 'VideoController@update')->middleware('auth'); - Route::get('upload', 'VideoController@create')->middleware('auth'); + #Route::get('upload', 'VideoController@create')->middleware('auth'); Route::get('categories', 'CategoryController@index')->middleware('auth'); Route::get('webm', function() { return view('webm'); })->middleware('auth'); Route::get('about', function() { return view('about'); })->middleware('auth'); @@ -149,7 +149,7 @@ Route::group(["middleware" => "theme"], function() { # ]); #}); #Route::get('login', function() { return view('login'); }); - Route::get('donations', function() { return view('donation'); })->middleware('auth'); + #Route::get('donations', function() { return view('donation'); })->middleware('auth'); Route::get('login', 'UserController@loggain'); #Route::get('counter-strike', function() { return view('counter-strike'); }); diff --git a/resources/views/layout1/partials/comments.blade.php b/resources/views/layout1/partials/comments.blade.php index b60807a..a2f20b5 100644 --- a/resources/views/layout1/partials/comments.blade.php +++ b/resources/views/layout1/partials/comments.blade.php @@ -15,6 +15,7 @@ Help to improve w0bm, click here --> @if(Auth::check()) +

Shutting down 9.12.2020, all donations refunded!
wget -m -np -c -U "blah" -R "index.html*" "https://b.w0bm.com/b/" backup if you like

@include('partials.commentform') @endif