(This post was last modified: 12.01.2010, 16:11 by Infanape XL.)
12.01.2010, 16:10
also die gleiche internet verbindung(wir haben das funk ding, das macht ja nichts oder?)
und das verwirrt mich, muss man da nichts machen?:
// Soll es eine IP Beschr?nkung geben?
$config['ip_control'] = false;
// Welche Netzwerk IPs d?rfen auf die LAN zugreifen? Diese Option ist nur relevant, wenn
// $config['ip_control'] auf "true" gestellt ist.
$allow_ips[] = "192.168.0.1";
$allow_ips[] = "192.168.0.2";
$allow_ips[] = "192.168.0.3";
$allow_ips[] = "192.168.0.4";
?>
und das verwirrt mich, muss man da nichts machen?:
// Soll es eine IP Beschr?nkung geben?
$config['ip_control'] = false;
// Welche Netzwerk IPs d?rfen auf die LAN zugreifen? Diese Option ist nur relevant, wenn
// $config['ip_control'] auf "true" gestellt ist.
$allow_ips[] = "192.168.0.1";
$allow_ips[] = "192.168.0.2";
$allow_ips[] = "192.168.0.3";
$allow_ips[] = "192.168.0.4";
?>