PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
ticketing-old
/
include
/
client
<?php if(!defined('OSTCLIENTINC') || !$thisclient || !$ticket || !$ticket->checkUserAccess($thisclient)) die('Access Denied!'); ?> <h1> <?php echo sprintf(__('Editing Ticket #%s'), $ticket->getNumber()); ?> </h1> <form action="tickets.php" method="post"> <?php echo csrf_token(); ?> <input type="hidden" name="a" value="edit"/> <input type="hidden" name="id" value="<?php echo Format::htmlchars($_REQUEST['id']); ?>"/> <table width="800"> <tbody id="dynamic-form"> <?php if ($forms) foreach ($forms as $form) { $form->render(['staff' => false]); } ?> </tbody> </table> <hr> <p style="text-align: center;"> <input type="submit" value="<?php echo __('Update') ?>"/> <input type="reset" value="<?php echo __('Reset') ?>"/> <input type="button" value="<?php echo __('Cancel') ?>" onclick="javascript: window.location.href='index.php';"/> </p> </form>
[+]
..
[-] accesslink.inc.php
[edit]
[-] edit.inc.php
[edit]
[-] faq-category.inc.php
[edit]
[-] faq.inc.php
[edit]
[-] footer.inc.php
[edit]
[-] header.inc.php
[edit]
[-] kb-categories.inc.php
[edit]
[-] kb-search.inc.php
[edit]
[-] knowledgebase.inc.php
[edit]
[-] login.inc.php
[edit]
[-] open.inc.php
[edit]
[-] profile.inc.php
[edit]
[-] pwreset.login.php
[edit]
[-] pwreset.request.php
[edit]
[-] pwreset.sent.php
[edit]
[-] register.confirm.inc.php
[edit]
[-] register.confirmed.inc.php
[edit]
[-] register.inc.php
[edit]
[+]
templates
[-] tickets.inc.php
[edit]
[-] view.inc.php
[edit]
[-] .htaccess.disabled
[edit]