diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2015-04-22 15:15:08 +0200 | <package network::drakconnect; use common; use network::network; sub apply { my ($in, $net, $modules_conf) = @_; network::network::configure_network($net, $in, $modules_conf); } sub get_intf_ip { my ($net, $interface) = @_; my ($ip, $state, $mask); if (-x "/sbin/ifconfig") { local $_ = `LC_ALL=C LANGUAGE=C /sbin/ifconfig $interface`; $ip = /inet addr:(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/mso ? $1 : N("No IP"); $mask = /Mask:(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/mso ? $1 : N("No Mask");shot/forums-552f35952aaf992157e62148ae571bf2ab899c4a.tar.xz'>forums-552f35952aaf992157e62148ae571bf2ab899c4a.tar.xz
|---|
Merge pull request #3546 from brunoais/ticket/13772
[ticket/13772] Fix typo in phpbb\passwords\manager::__construct()
* brunoais/ticket/13772:
[ticket/13772] Fix typo in phpbb\passwords\manager::__construct()
Diffstat (limited to 'phpBB/includes/acm/acm_memcache.php')
0 files changed, 0 insertions, 0 deletions
