| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?php
- /* $Id: config.profile.php 2665 2007-03-21 20:05:12Z b4rt $ */
- /*******************************************************************************
- LICENSE
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License (GPL)
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- To read the license please visit http://www.gnu.org/copyleft/gpl.html
- *******************************************************************************/
- $cfg['validUserSettingsKeys'] = array(
- 'enable_index_meta_refresh',
- 'page_refresh',
- 'enable_index_ajax_update',
- 'enable_index_ajax_update_title',
- 'enable_index_ajax_update_users',
- 'enable_index_ajax_update_list',
- 'enable_index_ajax_update_silent',
- 'index_ajax_update',
- 'ui_dim_main_w',
- 'ui_displaylinks',
- 'ui_displayusers',
- 'enable_goodlookstats',
- 'hack_goodlookstats_settings',
- 'ui_displaybandwidthbars',
- 'bandwidthbar',
- 'enable_bigboldwarning',
- 'index_show_seeding',
- 'display_seeding_time',
- 'enable_sorttable',
- 'index_page_sortorder',
- 'index_page_settings',
- 'transfer_window_default',
- 'index_page_stats',
- 'index_page_connections',
- 'show_server_load',
- 'drivespacebar',
- 'transferStatsType',
- 'transferStatsUpdate',
- 'transferHosts',
- 'servermon_update'
- );
- ?>
|