config.profile.php 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?php
  2. /* $Id: config.profile.php 2665 2007-03-21 20:05:12Z b4rt $ */
  3. /*******************************************************************************
  4. LICENSE
  5. This program is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU General Public License (GPL)
  7. as published by the Free Software Foundation; either version 2
  8. of the License, or (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. To read the license please visit http://www.gnu.org/copyleft/gpl.html
  14. *******************************************************************************/
  15. $cfg['validUserSettingsKeys'] = array(
  16. 'enable_index_meta_refresh',
  17. 'page_refresh',
  18. 'enable_index_ajax_update',
  19. 'enable_index_ajax_update_title',
  20. 'enable_index_ajax_update_users',
  21. 'enable_index_ajax_update_list',
  22. 'enable_index_ajax_update_silent',
  23. 'index_ajax_update',
  24. 'ui_dim_main_w',
  25. 'ui_displaylinks',
  26. 'ui_displayusers',
  27. 'enable_goodlookstats',
  28. 'hack_goodlookstats_settings',
  29. 'ui_displaybandwidthbars',
  30. 'bandwidthbar',
  31. 'enable_bigboldwarning',
  32. 'index_show_seeding',
  33. 'display_seeding_time',
  34. 'enable_sorttable',
  35. 'index_page_sortorder',
  36. 'index_page_settings',
  37. 'transfer_window_default',
  38. 'index_page_stats',
  39. 'index_page_connections',
  40. 'show_server_load',
  41. 'drivespacebar',
  42. 'transferStatsType',
  43. 'transferStatsUpdate',
  44. 'transferHosts',
  45. 'servermon_update'
  46. );
  47. ?>