HEX
Server: LiteSpeed
System: Linux d8 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: wbwebdes (3015)
PHP: 8.1.31
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/wbwebdes/domains/helpdesk.wb-webdesign.com/public_html/src/Resources/config/routes.yaml
uvdesk_community_installation_wizard_check_requirements:
    path:     /wizard/xhr/check-requirements
    controller: App\Controller\ConfigureHelpdesk::evaluateSystemRequirements
    methods: [POST]

uvdesk_community_installation_wizard_verify_database_credentials:
    path:     /wizard/xhr/verify-database-credentials
    controller: App\Controller\ConfigureHelpdesk::verifyDatabaseCredentials
    methods: [POST]

uvdesk_community_installation_wizard_store_super_user_credentials:
    path:     /wizard/xhr/intermediary/super-user
    controller: App\Controller\ConfigureHelpdesk::prepareSuperUserDetailsXHR
    methods: [POST]

uvdesk_community_installation_wizard_store_website_configuration:
    path:     /wizard/xhr/website-configure
    controller: App\Controller\ConfigureHelpdesk::websiteConfigurationXHR

uvdesk_community_installation_wizard_update_configurations_xhr:
    path:     /wizard/xhr/load/configurations
    controller: App\Controller\ConfigureHelpdesk::updateConfigurationsXHR
    methods: [POST]

uvdesk_community_installation_wizard_migrate_database_schema_xhr:
    path:     /wizard/xhr/load/migrations
    controller: App\Controller\ConfigureHelpdesk::migrateDatabaseSchemaXHR
    methods: [POST]

uvdesk_community_installation_wizard_populate_database_entities_xhr:
    path:     /wizard/xhr/load/entities
    controller: App\Controller\ConfigureHelpdesk::populateDatabaseEntitiesXHR
    methods: [POST]

uvdesk_community_installation_wizard_create_default_super_user_xhr:
    path:     /wizard/xhr/load/super-user
    controller: App\Controller\ConfigureHelpdesk::createDefaultSuperUserXHR
    methods: [POST]

uvdesk_community_installation_wizard_update_website_configuration:
    path:     /wizard/xhr/load/website-configure
    controller: App\Controller\ConfigureHelpdesk::updateWebsiteConfigurationXHR
    methods: [POST]

# Uvdesk tracker cache image route
uvdesk_community_tracker_cache_image:
    path:     /tracker/xhr/get/cacheImage
    controller: App\Controller\ImageCache\ImageCacheController::getCachedImage
    methods: [GET]