PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
ticketing-old
/
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', 'YOUR_API_KEY_HERE'); // Set to false on local dev with self-signed certificate; true on production. define('OSTICKET_VERIFY_SSL', false); // Set to false to skip authentication checks (dev/testing only). define('REQUIRE_AUTH', false);
[+]
..
[-] config.example.php
[edit]
[-] config.php
[edit]
[-] form.php
[edit]
[-] footer.php
[edit]
[-] header.php
[edit]
[-] translations.php
[edit]
[+]
css
[+]
lang
[+]
resources
[-] submit.php
[edit]
[-] form-bootstrap.php
[edit]
[-] .htaccess.disabled
[edit]