Added file areas and TIC processing
This commit is contained in:
@@ -73,6 +73,8 @@ Route::middleware(['auth','verified','activeuser'])->group(function () {
|
||||
->where('zo','[0-9]+');
|
||||
Route::match(['get','post'],'ftn/system/echoarea/{o}',[SystemController::class,'echoareas'])
|
||||
->where('o','[0-9]+');
|
||||
Route::match(['get','post'],'ftn/system/filearea/{o}',[SystemController::class,'fileareas'])
|
||||
->where('o','[0-9]+');
|
||||
Route::match(['get','post'],'ftn/system/movaddress/{so}/{o}',[SystemController::class,'mov_address'])
|
||||
->where('so','[0-9]+')
|
||||
->where('o','[0-9]+');
|
||||
|
Reference in New Issue
Block a user