Fixed naming (phpci -> php-censor)
This commit is contained in:
parent
4fee89fb80
commit
31f92327c1
76 changed files with 357 additions and 348 deletions
|
|
@ -59,7 +59,7 @@ if (file_exists($configFile)) {
|
|||
}
|
||||
|
||||
if (!defined('APP_URL') && !empty($config)) {
|
||||
define('APP_URL', $config->get('phpci.url', '') . '/');
|
||||
define('APP_URL', $config->get('php-censor.url', '') . '/');
|
||||
}
|
||||
|
||||
if (!defined('IS_CONSOLE')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue