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. $debug_log = __DIR__ . '/debug.log'; file_put_contents($debug_log, "[" . date('Y-m-d H:i:s') . "] CONFIG START\n", FILE_APPEND); file_put_contents($debug_log, "[" . date('Y-m-d H:i:s') . "] CONFIG: NIPPONIA_FORM defined? " . (defined('NIPPONIA_FORM') ? 'YES' : 'NO') . "\n", FILE_APPEND); 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', false); // Set to false to skip authentication checks (dev/testing only). define('REQUIRE_AUTH', true);
[+]
..
[-] 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]