mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
불필요한 익명 닉네임 설정 옵션을 제거
This commit is contained in:
parent
82e9b4c781
commit
209c54507c
3 changed files with 0 additions and 13 deletions
|
|
@ -34,7 +34,6 @@ class ncenterliteModel extends ncenterlite
|
|||
if(!$config->skin) $config->skin = 'default';
|
||||
if(!$config->colorset) $config->colorset = 'black';
|
||||
if(!$config->zindex) $config->zindex = '9999';
|
||||
if(!$config->anonymous_name) $config->anonymous_name = 'Anonymous';
|
||||
|
||||
self::$config = $config;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue