<?php
# Language configuration
# For the moment "en" or "fr"
$lang = "en";

# Variable configuration - add services as they would
# appear in 'netstat -tp'

$service[1] = "www";
$service[2] = "ftp";
$service[3] = "ssh";
$service[4] = "8000";
?>
