mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
updated comment in config.php (sample and installer)
This commit is contained in:
@@ -669,7 +669,10 @@ $config['proxy_ips'] = '';
|
||||
| Users Data Directory Options
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| 'userdata' Name of principal/centralized data stockage
|
||||
| 'userdata' Name of principal/centralized data folder
|
||||
|
|
||||
| If you are a contributor to Wavelog you perhaps should add this folder path to .gitignore
|
||||
|
|
||||
*/
|
||||
|
||||
// $config['userdata'] = "userdata";
|
||||
|
||||
@@ -653,3 +653,16 @@ $config['rewrite_short_tags'] = FALSE;
|
||||
| Array: array('10.0.1.200', '192.168.5.0/24')
|
||||
*/
|
||||
$config['proxy_ips'] = '';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Users Data Directory Options
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| 'userdata' Name of principal/centralized data folder
|
||||
|
|
||||
| If you are a contributor to Wavelog you perhaps should add this folder path to .gitignore
|
||||
|
|
||||
*/
|
||||
|
||||
// $config['userdata'] = "userdata";
|
||||
Reference in New Issue
Block a user