Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dyazincahya authored Feb 9, 2021
1 parent fbd9a6b commit da6f110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
define("CONF_PASSWORD", "");
define("CONF_DATABASE", "db_helpdesk_web");
define("CONF_DIR_PROJECT", "simple-helpdesk-php");
define("CONF_AUTHOR", "CAHYA DYAZIN");
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");
Expand All @@ -13,4 +13,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");
define("CONF_GITHUB_FORK_URL", "https://github.com/dyazincahya/simple-helpdesk-php/fork");

0 comments on commit da6f110

Please sign in to comment.