Updated chatfiles
This commit is contained in:
parent
d7ee19306c
commit
ffa8c6f76e
3 changed files with 34 additions and 10 deletions
|
@ -34,11 +34,11 @@ class module_chat extends admin_module{
|
|||
`categoryname`
|
||||
)
|
||||
VALUES (
|
||||
NULL , 'yac Chat'
|
||||
NULL , 'PT Chat'
|
||||
);");
|
||||
$cid=$db->last_id();
|
||||
$db->query("INSERT INTO `" . $config["prefix"] . "config` (`name`, `value`, `title`, `description`, `option`, `category`) VALUES
|
||||
('LOGINKEY', 'zuzfshgw8qitr813841492', 'Loginkey', 'Der Secure Key des Chats.', 'text', ".$cid."),
|
||||
('LOGINKEY', '', 'Loginkey', 'Der Secure Key des Chats.', 'text', ".$cid."),
|
||||
('SOCK_PORT', '8090', 'Chatport', 'Der Port auf dem der Server l<>uft.', 'text', ".$cid."),
|
||||
('ENABLE_WATCHSERVER', '', 'Watchserver einschalten', 'Soll der Watchserver aktiviert werden?.', 'select(Ja|true;Nein|false)', ".$cid."),
|
||||
('SMILIES_URL', 'http://forum.recensio.org/', 'Smilieurl', 'Die Url zu den Smiliebildern', 'text', ".$cid.");");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue