Files
easystream/core/config.keys.php
T
Krystie 092a8bc7ce refactor: organize codebase and remove redundant files
- Removed all backup/duplicate files
- Removed test files from root
- Consolidated documentation to /docs/
- Moved scripts to /scripts/
- Renamed f_* directories (removed prefix)
- Organized icons and assets
- Removed unused vendor directories
- Cleaned up redundant config files
2026-03-30 16:34:45 -07:00

22 lines
677 B
PHP

<?php
defined('_ISVALID') or header('Location: /error');
/* IPQualityScore check */
$cfg['ipqualityscore'] = false;
$cfg['ipqualityscore_api'] = '';
/* MaxMind country detection */
$cfg['maxmind'] = false;
$cfg['maxmind_db'] = '';
$cfg['maxmind_country'] = false; //or an array('IN', 'PK');//block these countries from posting comments
/* Akismet spam check */
$cfg['akismet'] = false;
$cfg['akismet_api'] = '';
$cfg['akismet_site'] = $cfg['main_url'];
$cfg['akismet_country'] = false; //or an array('IN', 'PK');//check only these countries for spam comments
/* proxycheck-php */
$cfg['proxycheck'] = false;
$cfg['proxycheck_api'] = '';