KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/poskrypt/admin.poskrypt.com/routes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/poskrypt/admin.poskrypt.com/routes/install_r.php
<?php

use App\Http\Controllers\Install;
use Illuminate\Support\Facades\Route;

/*
|--------------------------------------------------------------------------
| Installation Web Routes
|--------------------------------------------------------------------------
|
| Routes related to installation of the software
|
*/

Route::get('/install-start', [Install\InstallController::class, 'index'])->name('install.index');
Route::get('/install/check-server', [Install\InstallController::class, 'checkServer'])->name('install.checkServer');
Route::get('/install/details', [Install\InstallController::class, 'details'])->name('install.details');
Route::post('/install/post-details', [Install\InstallController::class, 'postDetails'])->name('install.postDetails');
Route::post('/install/install-alternate', [Install\InstallController::class, 'installAlternate'])->name('install.installAlternate');
Route::get('/install/success', [Install\InstallController::class, 'success'])->name('install.success');

Route::get('/install/update', [Install\InstallController::class, 'updateConfirmation'])->name('install.updateConfirmation');
Route::post('/install/update', [Install\InstallController::class, 'update'])->name('install.update');

Anon7 - 2021