PATH:
home
/
centosnipponia
/
public_html
/
msg
/
routes
<?php use Illuminate\Support\Facades\Route; Route::get('/', 'HomeController@welcome'); Route::get('/signin', 'AuthController@signin'); Route::get('/callback', 'AuthController@callback'); Route::get('/signout', 'AuthController@signout'); Route::get('/calendar', 'CalendarController@calendar'); Route::get('/calendar/new', 'CalendarController@getNewEventForm'); Route::post('/calendar/new', 'CalendarController@createNewEvent');
[+]
..
[-] api.php
[edit]
[-] channels.php
[edit]
[-] console.php
[edit]
[-] web.php
[edit]
[-] .htaccess.disabled
[edit]