PATH:
var
/
softaculous
/
helpdeskz
<?php /** * @package EvolutionScript * @author: EvolutionScript S.A.C. * @Copyright (c) 2010 - 2020, EvolutionScript.com * @link http://www.evolutionscript.com */ namespace Config; use CodeIgniter\Config\BaseConfig; class Helpdesk extends BaseConfig { #Database host const DB_HOST = '[[softdbhost]]'; #Database username const DB_USER = '[[softdbuser]]'; #Database password const DB_PASSWORD = '[[softdbpass]]'; #Database name const DB_NAME = '[[softdb]]'; #Database table prefix const DB_PREFIX = '[[dbprefix]]'; #Database port, do not change it if you are not sure const DB_PORT = 3306; #URL of your helpdesk const SITE_URL = '[[softurl]]'; #Upload path for images used in HTML editor and logo const UPLOAD_PATH = FCPATH.'upload'; #Default helpdesk language const DEFAULT_LANG = 'en'; #URI name to access to staff panel. Ex: staff / then you can access in http://helpdesk.com/staff const STAFF_URI = 'staff'; }
[+]
php56
[+]
php81
[+]
php53
[-] upgrade.php
[edit]
[-] update_pass.php
[edit]
[+]
..
[-] edit.xml
[edit]
[-] import.php
[edit]
[-] notes.txt
[edit]
[-] extend.php
[edit]
[-] md5
[edit]
[-] clone.php
[edit]
[-] install.js
[edit]
[-] Helpdesk.php
[edit]
[+]
php71
[-] install.php
[edit]
[-] fileindex.php
[edit]
[-] upgrade.xml
[edit]
[-] edit.php
[edit]
[-] info.xml
[edit]
[-] install.xml
[edit]
[+]
images
[+]
php82