3   $mysql_host = 'MYSQL HOST';
 
   4   $mysql_schema = 'squid';
 
   6   $mysql_pwd = 'MYSQL PASSWD';
 
   9   setlocale(LC_ALL,'ru_RU.UTF8');
 
  11   $site_header = 'Squid transparent proxy reports';
 
  13   $squid_host = 'SQUID HOST';
 
  16   $online_refresh = 1000;
 
  17   $online_history = 120;