File: config.php.inc

package info (click to toggle)
sarg 2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,456 kB
  • sloc: ansic: 17,692; sh: 4,581; xml: 371; javascript: 352; php: 205; makefile: 183; sed: 16; pascal: 2
file content (13 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

// Change to squidGuard and sarg config file paths
$SargConf = "/etc/squid/sarg.conf";
$squidGuardConf = "/etc/squid/squidGuard.conf";

// File where URL to block will be appended
$DefaultSquidBlock = "/etc/squid/block.txt";

// Choose the locale you want to use to display messages (it must exist on your system)
$language = "fr_BE.utf-8";

?>