UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_c210840b5d53
/
app
/
Http
/
Routes
/
student
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
student.profile.php
<?php Route::group(['prefix' => 'student/profile'], function () { get( 'edit', [ 'as' => 'student.profile.edit', 'uses' => 'Environment\Student\ProfileController@edit' ] ); post( 'update', [ 'as' => 'student.profile.update', 'uses' => 'Environment\Student\ProfileController@update' ] ); get( 'edit-cart', [ 'as' => 'student.profile.edit.cart', 'uses' => 'Environment\Student\ProfileController@editCart' ] ); post( 'update-cart', [ 'as' => 'student.profile.update.cart', 'uses' => 'Environment\Student\ProfileController@updateCart' ] ); });
Copyright © 2026 - UnknownSec