Skip to content

Commit

Permalink
[1702] removed further references to chat (config)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Lerrahn committed Aug 22, 2012
1 parent f3fd56a commit d1c7ebc
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 23 deletions.
1 change: 0 additions & 1 deletion htdocs/bw/layout/menus.php
Expand Up @@ -146,7 +146,6 @@ function Menu2_old($link = "", $tt = "") {
<li><a href="/trip"><?=ww('Trips')?></a></li>
<li><a href="/gallery"><?=ww('Gallery')?></a></li>
<li><a href="/blog"><?=ww('Blogs')?></a></li>
<li><a href="/chat"><?=ww('Chat')?></a></li>
</ul>
</li>
<li><a href="/about"><?=ww('GetAnswers')?></a>
Expand Down
11 changes: 1 addition & 10 deletions inc/config.inc.php.example
Expand Up @@ -38,13 +38,6 @@ $google['maps_api_key'] = 'ABQIAAAARaC_q9WJHfFkobcvibZvUBT2yXp_ZAY8_ufC3CFXhHIE1
// The URL to the geoname webservice (this default is probably ok for you)
$google['geonames_webservice'] = 'http://ws.geonames.org/search?q={query}&maxRows={rows}&style=LONG';


// Chat settings (optional)
$chat = array();
// $chat['host'] = 'your.chat.domain';
// $chat['port'] = 6667;
// $chat['channel'] = '#mytravelbook';

//*******************************************************
// PLEASE DO NOT EDIT BEYOND THIS LINE
//*******************************************************
Expand All @@ -59,8 +52,6 @@ PVars::register('config_request', $request);
unset($request);
PVars::register('config_google', $google);
unset($google);
PVars::register('config_chat', $chat);
unset($chat);
PVars::register('env', $env);
define('SESSION_NAME', $env['session_name']);
unset($env);
Expand Down Expand Up @@ -133,4 +124,4 @@ $_SYSHCVOL['WhoIsOnlineDelayInMinutes'] = 10; // The delay of non activity to co
$_SYSHCVOL['WhoIsOnlineLimit'] = 11; // This limit the number of whoisonline, causing the display of ww('MaxOnlineNumberExceeded') at login for new loggers
$_SYSHCVOL['EncKey'] = "YEU76EY6"; // encryption key

?>
?>
6 changes: 0 additions & 6 deletions rox_default.ini
Expand Up @@ -51,12 +51,6 @@ api = ""
; the tempfolder - on windows computers this needs to be something like "c:\temp\" or on linux "/home/bwrox/tmp/
tmpfolder = "/tmp"

; Chat settings (optional)
; [chat]
; host = 'your.chat.domain';
; port = 6667;
; channel = '#mytravelbook';

[messages]
; New members' sending limits
new_members_messages_per_hour = 10
Expand Down
1 change: 0 additions & 1 deletion roxlauncher/environmentexplorer.php
Expand Up @@ -352,7 +352,6 @@ private function _initPVars($settings)
'config_mailAddresses' => 'mailAddresses',
'config_request' => 'request',
'config_google' => 'google',
'config_chat' => 'chat',
'env' => 'env'
) as $key_in_pvars => $key_in_inifile) {
$keymap[$key_in_pvars] = $key_in_inifile;
Expand Down
1 change: 0 additions & 1 deletion roxlauncher/roxloader.php
Expand Up @@ -93,7 +93,6 @@ public static function create_ini_file()
'mailAddresses' => 'config_mailAddresses',
'request' => 'config_request',
'google' => 'config_google',
'chat' => 'config_chat',
'env' => 'env'
) as $section => $objectname) {
if(
Expand Down
1 change: 0 additions & 1 deletion roxlauncher/roxlocalsettingsimporter.php
Expand Up @@ -52,7 +52,6 @@ public function importConfigPHP($default_settings)
'mailAddresses' => 'config_mailAddresses',
'request' => 'config_request',
'google' => 'config_google',
'chat' => 'config_chat',
'env' => 'env'
) as $sectionname => $objectname) {
$differences[$sectionname] = array();
Expand Down
3 changes: 1 addition & 2 deletions text/de/apps/mytravelbook/topmenu.php
Expand Up @@ -17,8 +17,7 @@
'country' => 'Länder',
'forums' => 'Foren',
'wiki' => 'Wiki',
'chat' => 'Chat',
'help' => 'Hilfe',
'about' => 'About'
);
?>
?>
1 change: 0 additions & 1 deletion text/en/apps/mytravelbook/topmenu.php
Expand Up @@ -17,7 +17,6 @@
'country' => 'Countries',
'forums' => 'Forums',
'wiki' => 'Wiki',
'chat' => 'Chat',
'help' => 'Help',
'about' => 'About'
);
Expand Down

0 comments on commit d1c7ebc

Please sign in to comment.