Browse Source

Typo in a comment

pull/40/head
Savetheinternet 13 years ago
parent
commit
35d5aac747
  1. 2
      inc/functions.php

2
inc/functions.php

@ -56,7 +56,7 @@
} }
if($config['ipv6_ipv4']) { if($config['ipv6_ipv4']) {
// Keep the original address to properly comply with other board configuartions // Keep the original address to properly comply with other board configurations
if(!isset($__ip)) if(!isset($__ip))
$__ip = $_SERVER['REMOTE_ADDR']; $__ip = $_SERVER['REMOTE_ADDR'];

Loading…
Cancel
Save