@@ -7,8 +7,8 @@ discard block |
||
| 7 | 7 | * Do not modify this file - use settings.inc.php! |
| 8 | 8 | ***************************************************************************/ |
| 9 | 9 | |
| 10 | -require_once __DIR__. '/locale.inc.php'; |
|
| 11 | -require_once __DIR__. '/settings-dist-common.inc.php'; |
|
| 10 | +require_once __DIR__ . '/locale.inc.php'; |
|
| 11 | +require_once __DIR__ . '/settings-dist-common.inc.php'; |
|
| 12 | 12 | |
| 13 | 13 | /* PHP settings |
| 14 | 14 | * |
@@ -107,7 +107,7 @@ discard block |
||
| 107 | 107 | // database placeholder |
| 108 | 108 | |
| 109 | 109 | // productive database with opencaching-tables |
| 110 | -$opt['db']['placeholder']['db'] = ''; // selected by default |
|
| 110 | +$opt['db']['placeholder']['db'] = ''; // selected by default |
|
| 111 | 111 | |
| 112 | 112 | // empty database for temporary table creation |
| 113 | 113 | $opt['db']['placeholder']['tmpdb'] = ''; |
@@ -121,14 +121,14 @@ discard block |
||
| 121 | 121 | $opt['system']['maillog']['syslog_db_user'] = ''; |
| 122 | 122 | $opt['system']['maillog']['syslog_db_password'] = ''; |
| 123 | 123 | $opt['system']['maillog']['syslog_db_table'] = ''; |
| 124 | -$opt['system']['maillog']['syslog_oc_host'] = ''; // 'host_name' column in syslog DB |
|
| 125 | -$opt['system']['maillog']['syslog_mta'] = 'postfix/smtp%'; // 'program' column in syslog DB |
|
| 126 | -$opt['system']['maillog']['column']['id'] = 'id'; // 'ID' |
|
| 127 | -$opt['system']['maillog']['column']['created'] = 'created'; // 'ReceivedAt' |
|
| 124 | +$opt['system']['maillog']['syslog_oc_host'] = ''; // 'host_name' column in syslog DB |
|
| 125 | +$opt['system']['maillog']['syslog_mta'] = 'postfix/smtp%'; // 'program' column in syslog DB |
|
| 126 | +$opt['system']['maillog']['column']['id'] = 'id'; // 'ID' |
|
| 127 | +$opt['system']['maillog']['column']['created'] = 'created'; // 'ReceivedAt' |
|
| 128 | 128 | $opt['system']['maillog']['column']['host_name'] = 'host_name'; // 'FromHost' |
| 129 | -$opt['system']['maillog']['column']['message'] = 'message'; // 'Message' |
|
| 130 | -$opt['system']['maillog']['column']['program'] = 'program'; // 'SysLogTag' |
|
| 131 | -$opt['system']['maillog']['inactivity_warning'] = 30; // warn after N days without new entries |
|
| 129 | +$opt['system']['maillog']['column']['message'] = 'message'; // 'Message' |
|
| 130 | +$opt['system']['maillog']['column']['program'] = 'program'; // 'SysLogTag' |
|
| 131 | +$opt['system']['maillog']['inactivity_warning'] = 30; // warn after N days without new entries |
|
| 132 | 132 | |
| 133 | 133 | /* cookie or session |
| 134 | 134 | * |
@@ -150,15 +150,15 @@ discard block |
||
| 150 | 150 | * |
| 151 | 151 | * other parameters may be customized |
| 152 | 152 | */ |
| 153 | -$opt['session']['mode'] = SAVE_COOKIE; // don't change - other option "SAVE_SESSION" is not implemented properly |
|
| 153 | +$opt['session']['mode'] = SAVE_COOKIE; // don't change - other option "SAVE_SESSION" is not implemented properly |
|
| 154 | 154 | $opt['session']['cookiename'] = 'ocvagrant'; // only with SAVE_COOKIE |
| 155 | 155 | $opt['session']['path'] = '/'; |
| 156 | -$opt['session']['domain'] = ''; // may be overwritten by $opt['domain'][...]['cookiedomain'] |
|
| 156 | +$opt['session']['domain'] = ''; // may be overwritten by $opt['domain'][...]['cookiedomain'] |
|
| 157 | 157 | |
| 158 | 158 | /* maximum session lifetime |
| 159 | 159 | */ |
| 160 | 160 | $opt['session']['expire']['cookie'] = 31536000; // when cookies used (default 1 year) |
| 161 | -$opt['session']['expire']['url'] = 1800; // when no cookies used (default 30 min since last call), attention to session.js |
|
| 161 | +$opt['session']['expire']['url'] = 1800; // when no cookies used (default 30 min since last call), attention to session.js |
|
| 162 | 162 | |
| 163 | 163 | /* If the Referer was sent by the client and the substring was not found, |
| 164 | 164 | * the embedded session id will be marked as invalid. |
@@ -184,7 +184,7 @@ discard block |
||
| 184 | 184 | /* other template options |
| 185 | 185 | * |
| 186 | 186 | */ |
| 187 | -$opt['page']['origin_url'] = 'https://www.opencaching.de/'; // production installation for this OC site |
|
| 187 | +$opt['page']['origin_url'] = 'https://www.opencaching.de/'; // production installation for this OC site |
|
| 188 | 188 | $opt['page']['develsystem'] = false; |
| 189 | 189 | $opt['page']['teampic_url'] = 'https://www.opencaching.de/images/team/'; |
| 190 | 190 | $opt['page']['teammember_url'] = 'https://www.opencaching.de/'; |
@@ -218,7 +218,7 @@ discard block |
||
| 218 | 218 | 'newcaches' => [ |
| 219 | 219 | 'show' => true, |
| 220 | 220 | 'url' => 'https://www.opencaching.de', |
| 221 | - 'urlname' => '', // optional: show other name than the url-domain |
|
| 221 | + 'urlname' => '', // optional: show other name than the url-domain |
|
| 222 | 222 | ], |
| 223 | 223 | ]; |
| 224 | 224 | |
@@ -378,7 +378,7 @@ discard block |
||
| 378 | 378 | |
| 379 | 379 | /* license-related functions |
| 380 | 380 | */ |
| 381 | -$opt['logic']['license']['newusers'] = 2; // see license constants in lib2/logic/const.inc.php |
|
| 381 | +$opt['logic']['license']['newusers'] = 2; // see license constants in lib2/logic/const.inc.php |
|
| 382 | 382 | $opt['logic']['license']['admin'] = true; |
| 383 | 383 | $opt['logic']['license']['disclaimer'] = false; |
| 384 | 384 | $opt['logic']['license']['terms'] = 'articles.php?page=impressum#datalicense'; |
@@ -386,18 +386,18 @@ discard block |
||
| 386 | 386 | |
| 387 | 387 | /* optional APIs |
| 388 | 388 | */ |
| 389 | -$opt['logic']['api']['email_problems']['key'] = ''; // must be set to enable |
|
| 390 | -$opt['logic']['api']['user_inactivity']['key'] = ''; // must be set to enable |
|
| 389 | +$opt['logic']['api']['email_problems']['key'] = ''; // must be set to enable |
|
| 390 | +$opt['logic']['api']['user_inactivity']['key'] = ''; // must be set to enable |
|
| 391 | 391 | |
| 392 | 392 | /* cache report info settings |
| 393 | 393 | */ |
| 394 | 394 | $opt['logic']['cache_reports']['delaydays'] = 2; |
| 395 | -$opt['logic']['cache_reports']['min_processperday'] = 5; // set to 0 to disable |
|
| 396 | -$opt['logic']['cache_reports']['max_processperday'] = 20; // set to 0 to disable |
|
| 395 | +$opt['logic']['cache_reports']['min_processperday'] = 5; // set to 0 to disable |
|
| 396 | +$opt['logic']['cache_reports']['max_processperday'] = 20; // set to 0 to disable |
|
| 397 | 397 | |
| 398 | 398 | /* cronjob |
| 399 | 399 | */ |
| 400 | -$opt['cron']['username'] = 'apache'; // system username for cronjobs |
|
| 400 | +$opt['cron']['username'] = 'apache'; // system username for cronjobs |
|
| 401 | 401 | |
| 402 | 402 | /* phpbb news integration (index.php, outdated) |
| 403 | 403 | * |
@@ -68,9 +68,9 @@ discard block |
||
| 68 | 68 | /** |
| 69 | 69 | * str = single word |
| 70 | 70 | * @param $str |
| 71 | - * @param $simple |
|
| 71 | + * @param boolean $simple |
|
| 72 | 72 | * |
| 73 | - * @return array |
|
| 73 | + * @return string |
|
| 74 | 74 | */ |
| 75 | 75 | function ftsearch_split(&$str, $simple) |
| 76 | 76 | { |
@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | * str = single word |
| 142 | 142 | * @param $str |
| 143 | 143 | * |
| 144 | - * @return mixed|string |
|
| 144 | + * @return string |
|
| 145 | 145 | */ |
| 146 | 146 | function ftsearch_text2simple($str) |
| 147 | 147 | { |
@@ -171,7 +171,7 @@ discard block |
||
| 171 | 171 | * str = single word |
| 172 | 172 | * @param $str |
| 173 | 173 | * |
| 174 | - * @return mixed|string |
|
| 174 | + * @return string |
|
| 175 | 175 | */ |
| 176 | 176 | function ftsearch_text2sort($str) |
| 177 | 177 | { |
@@ -314,7 +314,7 @@ discard block |
||
| 314 | 314 | /** |
| 315 | 315 | * @param $text |
| 316 | 316 | * |
| 317 | - * @return mixed|string |
|
| 317 | + * @return string |
|
| 318 | 318 | */ |
| 319 | 319 | function ftsearch_strip_html($text) |
| 320 | 320 | { |
@@ -17,7 +17,7 @@ discard block |
||
| 17 | 17 | ['ai', 'ei'], |
| 18 | 18 | ['ou', 'u'], |
| 19 | 19 | ['th', 't'], |
| 20 | - ['ph','f'], |
|
| 20 | + ['ph', 'f'], |
|
| 21 | 21 | ['oh', 'o'], |
| 22 | 22 | ['ah', 'a'], |
| 23 | 23 | ['eh', 'e'], |
@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | $str = ''; |
| 102 | 102 | |
| 103 | 103 | ftsearch_load_ignores(); |
| 104 | - for ($i = count($astr) - 1; $i >= 0; $i --) { |
|
| 104 | + for ($i = count($astr) - 1; $i >= 0; $i--) { |
|
| 105 | 105 | // ignore? |
| 106 | 106 | if (array_search(mb_strtolower($astr[$i]), $ftsearch_ignores) !== false) { |
| 107 | 107 | unset($astr[$i]); |
@@ -156,7 +156,7 @@ discard block |
||
| 156 | 156 | |
| 157 | 157 | // doppelte chars ersetzen |
| 158 | 158 | $ordZ = ord('z'); |
| 159 | - for ($c = ord('a'); $c <= $ordZ; $c ++) { |
|
| 159 | + for ($c = ord('a'); $c <= $ordZ; $c++) { |
|
| 160 | 160 | $old_str = ''; |
| 161 | 161 | while ($old_str !== $str) { |
| 162 | 162 | $old_str = $str; |
@@ -433,9 +433,9 @@ |
||
| 433 | 433 | $thisline = mb_ereg_replace('{logs}', $logentries, $thisline); |
| 434 | 434 | |
| 435 | 435 | // attributes |
| 436 | - $addAttributes = [-1]; // dummy |
|
| 436 | + $addAttributes = [-1]; // dummy |
|
| 437 | 437 | if ($r['type'] == 10) { // Drive-in |
| 438 | - $addAttributes[] = 24; // near the car / park and grab |
|
| 438 | + $addAttributes[] = 24; // near the car / park and grab |
|
| 439 | 439 | } |
| 440 | 440 | $rsAttributes = sql_slave( |
| 441 | 441 | " |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | $select = ''; |
| 28 | 28 | $joins = ''; |
| 29 | 29 | foreach (['de', 'fr', 'nl', 'es', 'pl', 'it', 'ru'] as $languageKey) { |
| 30 | - $joins .= "\n".' LEFT JOIN sys_trans_text ' . $languageKey . ' ON ' . $languageKey . '.trans_id = source.trans_id AND ' . $languageKey . '.lang = "' . $languageKey . '" '; |
|
| 30 | + $joins .= "\n" . ' LEFT JOIN sys_trans_text ' . $languageKey . ' ON ' . $languageKey . '.trans_id = source.trans_id AND ' . $languageKey . '.lang = "' . $languageKey . '" '; |
|
| 31 | 31 | $select .= ', ' . $languageKey . '.text as ' . $languageKey . ' '; |
| 32 | 32 | } |
| 33 | 33 | |
@@ -50,7 +50,7 @@ discard block |
||
| 50 | 50 | |
| 51 | 51 | if (count($where) > 0) { |
| 52 | 52 | foreach ($where as $column => $value) { |
| 53 | - $queryBuilder->andWhere($column . ' = ' . $queryBuilder->createNamedParameter($value)); |
|
| 53 | + $queryBuilder->andWhere($column . ' = ' . $queryBuilder->createNamedParameter($value)); |
|
| 54 | 54 | } |
| 55 | 55 | } |
| 56 | 56 | |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | $entity->toDatabaseArray() |
| 90 | 90 | ); |
| 91 | 91 | |
| 92 | - $entity->id = (int) $this->connection->lastInsertId(); |
|
| 92 | + $entity->id = (int)$this->connection->lastInsertId(); |
|
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | /** |
@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | ['id' => $entity->id] |
| 112 | 112 | ); |
| 113 | 113 | |
| 114 | - $entity->id = (int) $this->connection->lastInsertId(); |
|
| 114 | + $entity->id = (int)$this->connection->lastInsertId(); |
|
| 115 | 115 | |
| 116 | 116 | return $entity; |
| 117 | 117 | } |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | |
| 53 | 53 | if (count($where) > 0) { |
| 54 | 54 | foreach ($where as $column => $value) { |
| 55 | - $queryBuilder->andWhere($column . ' = ' . $queryBuilder->createNamedParameter($value)); |
|
| 55 | + $queryBuilder->andWhere($column . ' = ' . $queryBuilder->createNamedParameter($value)); |
|
| 56 | 56 | } |
| 57 | 57 | } |
| 58 | 58 | |
@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | $entity->toDatabaseArray() |
| 88 | 88 | ); |
| 89 | 89 | |
| 90 | - $entity->id = (int) $this->connection->lastInsertId(); |
|
| 90 | + $entity->id = (int)$this->connection->lastInsertId(); |
|
| 91 | 91 | |
| 92 | 92 | return $entity; |
| 93 | 93 | } |
@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | ['id' => $entity->id] |
| 112 | 112 | ); |
| 113 | 113 | |
| 114 | - $entity->id = (int) $this->connection->lastInsertId(); |
|
| 114 | + $entity->id = (int)$this->connection->lastInsertId(); |
|
| 115 | 115 | |
| 116 | 116 | return $entity; |
| 117 | 117 | } |
@@ -94,15 +94,15 @@ |
||
| 94 | 94 | */ |
| 95 | 95 | public function fromDatabaseArray(array $data) |
| 96 | 96 | { |
| 97 | - $this->short = (string) strtolower($data['short']); |
|
| 98 | - $this->name = (string) $data['name']; |
|
| 99 | - $this->nativeName = (string) $data['native_name']; |
|
| 100 | - $this->de = (string) $data['de']; |
|
| 101 | - $this->en = (string) $data['en']; |
|
| 102 | - $this->translationId = (int) $data['trans_id']; |
|
| 103 | - $this->listDefaultDe = (bool) $data['list_default_de']; |
|
| 104 | - $this->listDefaultEn = (bool) $data['list_default_en']; |
|
| 105 | - $this->isTranslated = (bool) $data['is_translated']; |
|
| 97 | + $this->short = (string)strtolower($data['short']); |
|
| 98 | + $this->name = (string)$data['name']; |
|
| 99 | + $this->nativeName = (string)$data['native_name']; |
|
| 100 | + $this->de = (string)$data['de']; |
|
| 101 | + $this->en = (string)$data['en']; |
|
| 102 | + $this->translationId = (int)$data['trans_id']; |
|
| 103 | + $this->listDefaultDe = (bool)$data['list_default_de']; |
|
| 104 | + $this->listDefaultEn = (bool)$data['list_default_en']; |
|
| 105 | + $this->isTranslated = (bool)$data['is_translated']; |
|
| 106 | 106 | |
| 107 | 107 | return $this; |
| 108 | 108 | } |
@@ -94,15 +94,15 @@ |
||
| 94 | 94 | */ |
| 95 | 95 | public function fromDatabaseArray(array $data) |
| 96 | 96 | { |
| 97 | - $this->short = (string) $data['short']; |
|
| 98 | - $this->name = (string) $data['name']; |
|
| 99 | - $this->de = (string) $data['de']; |
|
| 100 | - $this->en = (string) $data['en']; |
|
| 101 | - $this->translationId = (int) $data['trans_id']; |
|
| 102 | - $this->listDefaultDe = (bool) $data['list_default_de']; |
|
| 103 | - $this->listDefaultEn = (bool) $data['list_default_en']; |
|
| 104 | - $this->sortDe = (string) $data['sort_de']; |
|
| 105 | - $this->sortEn = (string) $data['sort_en']; |
|
| 97 | + $this->short = (string)$data['short']; |
|
| 98 | + $this->name = (string)$data['name']; |
|
| 99 | + $this->de = (string)$data['de']; |
|
| 100 | + $this->en = (string)$data['en']; |
|
| 101 | + $this->translationId = (int)$data['trans_id']; |
|
| 102 | + $this->listDefaultDe = (bool)$data['list_default_de']; |
|
| 103 | + $this->listDefaultEn = (bool)$data['list_default_en']; |
|
| 104 | + $this->sortDe = (string)$data['sort_de']; |
|
| 105 | + $this->sortEn = (string)$data['sort_en']; |
|
| 106 | 106 | |
| 107 | 107 | return $this; |
| 108 | 108 | } |
@@ -69,7 +69,7 @@ discard block |
||
| 69 | 69 | 'page_id' => $this->pageId, |
| 70 | 70 | 'title' => $this->title, |
| 71 | 71 | 'html' => $this->html, |
| 72 | - 'position' => (int) $this->position, |
|
| 72 | + 'position' => (int)$this->position, |
|
| 73 | 73 | 'updated_at' => $this->updatedAt->format(DateTime::ATOM), |
| 74 | 74 | 'active' => $this->active |
| 75 | 75 | ]; |
@@ -84,13 +84,13 @@ discard block |
||
| 84 | 84 | */ |
| 85 | 85 | public function fromDatabaseArray(array $data) |
| 86 | 86 | { |
| 87 | - $this->id = (int) $data['id']; |
|
| 88 | - $this->pageId = (int) $data['page_id']; |
|
| 89 | - $this->title = (string) $data['title']; |
|
| 90 | - $this->html = (string) $data['html']; |
|
| 91 | - $this->position = (int) $data['position']; |
|
| 87 | + $this->id = (int)$data['id']; |
|
| 88 | + $this->pageId = (int)$data['page_id']; |
|
| 89 | + $this->title = (string)$data['title']; |
|
| 90 | + $this->html = (string)$data['html']; |
|
| 91 | + $this->position = (int)$data['position']; |
|
| 92 | 92 | $this->updatedAt = new DateTime($data['updated_at']); |
| 93 | - $this->active = (bool) $data['active']; |
|
| 93 | + $this->active = (bool)$data['active']; |
|
| 94 | 94 | |
| 95 | 95 | return $this; |
| 96 | 96 | } |