summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 3f449f5..689f77c 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -1,7 +1,7 @@
<?php
/*
Copyright (C) 2008 Bill Marquette, Seth Mos
- Copyright (C) 2010 Ermal Luçi
+ Copyright (C) 2010 Ermal Lu?i
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -546,7 +546,7 @@ function lookup_gateway_ip_by_name($name) {
$gateways_arr = return_gateways_array();
foreach ($gateways_arr as $gname => $gw) {
- if ($gw['name'] == $name || $gname == $name)
+ if ($gw['name'] === $name || $gname === $name)
return $gw['gateway'];
}
OpenPOWER on IntegriCloud