First Upload

This commit is contained in:
2024-10-19 18:23:55 +00:00
commit 9db52c11c3
11339 changed files with 1479286 additions and 0 deletions

15
config/rConfig.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
return [
'app_dir_path' => env('APP_DIR_PATH', '/var/www/html/rconfig6-core'),
/*
|--------------------------------------------------------------------------
| Backup Disk Configuration
|--------------------------------------------------------------------------
|
*/
'backup_destination' => env('BACKUP_DESTINATION', 'rconfig'),
'is_demo' => env('IS_DEMO', false),
];