-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.php
16 lines (16 loc) · 837 Bytes
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
define("CONF_HOSTNAME", "localhost");
define("CONF_USERNAME", "root");
define("CONF_PASSWORD", "");
define("CONF_DATABASE", "db_helpdesk_web");
define("CONF_DIR_PROJECT", "simple-helpdesk-php");
define("CONF_AUTHOR", "KANG CAHYA");
define("CONF_AUTHOR_URL", "https://www.kang-cahya.com/");
define("CONF_LICENSE", "MIT");
define("CONF_LICENSE_URL", "https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE");
define("CONF_POWERED", "BOOTSTRAP 3.4");
define("CONF_POWERED_URL", "https://getbootstrap.com/docs/3.4/");
define("CONF_GITHUB", "Full Source On Github");
define("CONF_GITHUB_URL", "https://github.com/dyazincahya/simple-helpdesk-php/");
define("CONF_GITHUB_FORK", "Fork Me On Github");
define("CONF_GITHUB_FORK_URL", "https://github.com/dyazincahya/simple-helpdesk-php/fork");