This commit is contained in:
2021-06-25 08:25:11 +00:00
parent 8877c0bad0
commit 37d34c2bab
739 changed files with 613 additions and 1120 deletions

0
app/Console/Commands/AddTags.php Executable file → Normal file
View File

0
app/Console/Commands/Inspire.php Executable file → Normal file
View File

0
app/Console/Commands/ReadException.php Executable file → Normal file
View File

0
app/Console/Kernel.php Executable file → Normal file
View File

0
app/Events/Event.php Executable file → Normal file
View File

0
app/Exceptions/Handler.php Executable file → Normal file
View File

0
app/Helpers/HumanReadable.php Executable file → Normal file
View File

0
app/Http/Controllers/CategoryController.php Executable file → Normal file
View File

0
app/Http/Controllers/CommentController.php Executable file → Normal file
View File

0
app/Http/Controllers/Controller.php Executable file → Normal file
View File

0
app/Http/Controllers/MessageController.php Executable file → Normal file
View File

0
app/Http/Controllers/ReportController.php Executable file → Normal file
View File

2
app/Http/Controllers/UserController.php Executable file → Normal file
View File

@@ -126,7 +126,7 @@ class UserController extends Controller
\Session::flash('info', 'Cannot register when logged in');
return redirect('/');
}
return view('apply_open');
return view('apply');
}
public function loggain()

0
app/Http/Controllers/VideoController.php Executable file → Normal file
View File

0
app/Http/Controllers/aboutController.php Executable file → Normal file
View File

0
app/Http/Controllers/rulezController.php Executable file → Normal file
View File

0
app/Http/Controllers/tmp/.gitkeep Executable file → Normal file
View File

BIN
app/Http/Controllers/tmp/test.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

0
app/Http/Kernel.php Executable file → Normal file
View File

0
app/Http/Middleware/Authenticate.php Executable file → Normal file
View File

0
app/Http/Middleware/EncryptCookies.php Executable file → Normal file
View File

0
app/Http/Middleware/Jsonp.php Executable file → Normal file
View File

0
app/Http/Middleware/LogoutBanned.php Executable file → Normal file
View File

0
app/Http/Middleware/RedirectIfAuthenticated.php Executable file → Normal file
View File

0
app/Http/Middleware/Theme.php Executable file → Normal file
View File

0
app/Http/Middleware/VerifyCsrfToken.php Executable file → Normal file
View File

0
app/Http/Requests/Request.php Executable file → Normal file
View File

0
app/Http/routes.php Executable file → Normal file
View File

0
app/Jobs/Job.php Executable file → Normal file
View File

0
app/Listeners/.gitkeep Executable file → Normal file
View File

0
app/Models/About.php Executable file → Normal file
View File

0
app/Models/Banner.php Executable file → Normal file
View File

0
app/Models/Category.php Executable file → Normal file
View File

0
app/Models/Comment.php Executable file → Normal file
View File

0
app/Models/Donation.php Executable file → Normal file
View File

0
app/Models/Icon.php Executable file → Normal file
View File

0
app/Models/Message.php Executable file → Normal file
View File

0
app/Models/ModeratorLog.php Executable file → Normal file
View File

0
app/Models/Role.php Executable file → Normal file
View File

0
app/Models/Rulez.php Executable file → Normal file
View File

0
app/Models/User.php Executable file → Normal file
View File

0
app/Models/UserFavorite.php Executable file → Normal file
View File

0
app/Models/Video.php Executable file → Normal file
View File

0
app/Models/aboutController.php Executable file → Normal file
View File

0
app/Policies/.gitkeep Executable file → Normal file
View File

0
app/Providers/AppServiceProvider.php Executable file → Normal file
View File

0
app/Providers/AuthServiceProvider.php Executable file → Normal file
View File

0
app/Providers/BladeServiceProvider.php Executable file → Normal file
View File

0
app/Providers/EventServiceProvider.php Executable file → Normal file
View File

0
app/Providers/MarkdownServiceProvider.php Executable file → Normal file
View File

0
app/Providers/RouteServiceProvider.php Executable file → Normal file
View File

0
app/Services/Markdown.php Executable file → Normal file
View File