package installer

This commit is contained in:
tanch0
2024-06-11 12:16:24 +05:45
parent c569ea1d0c
commit 97f00e8172
88 changed files with 15037 additions and 3657 deletions

View File

@ -5,5 +5,5 @@ use Illuminate\Support\Facades\Route;
// $ccms = new CCMS();
// define('SITEVARS', CCMS::getSiteVars());
Route::get('/', [WebsiteController::class, 'home'])->name("home");
Route::get('/home', [WebsiteController::class, 'home'])->name("home");