Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
osticket /
upload /
include /
i18n /
en_US /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
config.yaml
2.32
KB
-rw-r--r--
department.yaml
894
B
-rw-r--r--
email_template_group.yaml
621
B
-rw-r--r--
event.yaml
755
B
-rw-r--r--
file.yaml
13.57
KB
-rw-r--r--
filter.yaml
1.23
KB
-rw-r--r--
form.yaml
5.39
KB
-rw-r--r--
group.yaml
998
B
-rw-r--r--
help_topic.yaml
1.5
KB
-rw-r--r--
list.yaml
1.64
KB
-rw-r--r--
organization.yaml
637
B
-rw-r--r--
priority.yaml
477
B
-rw-r--r--
queue.yaml
11.15
KB
-rw-r--r--
queue_column.yaml
3.08
KB
-rw-r--r--
queue_sort.yaml
611
B
-rw-r--r--
role.yaml
1.42
KB
-rw-r--r--
schedule.yaml
3.71
KB
-rw-r--r--
sequence.yaml
779
B
-rw-r--r--
sla.yaml
912
B
-rw-r--r--
team.yaml
405
B
-rw-r--r--
ticket_status.yaml
1.31
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ticket_status.yaml
# # Default system data for ticket statuses # # Fields: # id - (int:optional) id number in the database # name - (string) descriptive name of the status # state - (string) Main status of a ticket # (open, closed, archived, deleted) # mode - (bit) access mask (1 - enabled, 2 - internal) # flags - (bit) flags that can be set on a ticket # properties: # description - (string) Description of the status # --- - id: 1 name: Open state: open mode: 3 sort: 1 flags: 0 properties: description: > Open tickets. - id: 2 name: Resolved state: closed mode: 1 sort: 2 flags: 0 properties: allowreopen: true reopenstatus: 0 description: > Resolved tickets - id: 3 name: Closed state: closed mode: 3 sort: 3 flags: 0 properties: allowreopen: true reopenstatus: 0 description: > Closed tickets. Tickets will still be accessible on client and staff panels. - id: 4 name: Archived state: archived mode: 3 sort: 4 flags: 0 properties: description: > Tickets only adminstratively available but no longer accessible on ticket queues and client panel. - id: 5 name: Deleted state: deleted mode: 3 sort: 5 flags: 0 properties: description: > Tickets queued for deletion. Not accessible on ticket queues.
Close