PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
form
<?php // osTicket API configuration. // Guard: must be included via a legitimate entry point, not called directly. defined('NIPPONIA_FORM') or die('Direct access not allowed.'); // WARNING: Do not commit this file with real credentials to version control. define('OSTICKET_API_URL', 'https://ticketing.nipponia.com/api/tickets.json'); define('OSTICKET_API_KEY', '1572BF62E48B6BB84ADBCF2C083900E8'); // Set to false on local dev with self-signed certificate; true on production. define('OSTICKET_VERIFY_SSL', true); // Set to false to skip authentication checks (dev/testing only). define('REQUIRE_AUTH', true); // Set to true to allow previewing the result page via GET params (dev only). // example success: /form/result.php?status=success&ticket_id=306621 // example error: /form/result.php?status=error&detail=HTTP+422%3A+Missing+required+field define('PREVIEW_RESULT', false);
[+]
..
[-] config.php
[edit]
[-] config.example.php
[edit]
[-] footer.php
[edit]
[-] form.php
[edit]
[-] form-bootstrap.php
[edit]
[-] header.php
[edit]
[-] result.php
[edit]
[-] submit.php
[edit]
[-] translations.php
[edit]
[+]
lang
[+]
resources
[-] auth.php
[edit]
[-] vin_lookup.php
[edit]
[-] utils.php
[edit]
[-] .htaccess.disabled
[edit]