summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-16 18:24:00 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-16 18:24:00 -0400
commit7a7caefe23d46790486079a49fa58580696bc07b (patch)
treee0a1c80d771fb68d3b360cf3e17e678502eb6e5c /usr/local/www/services_dyndns.php
parent9abce23013d15faf2d4544b50035274c935ff07a (diff)
downloadpfsense-7a7caefe23d46790486079a49fa58580696bc07b.zip
pfsense-7a7caefe23d46790486079a49fa58580696bc07b.tar.gz
Use get_real_interface()
Requested-by: Ermal
Diffstat (limited to 'usr/local/www/services_dyndns.php')
-rwxr-xr-xusr/local/www/services_dyndns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php
index 7e44636..db8b4ee 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -106,7 +106,7 @@ include("head.inc");
<td class="listlr">
<?php
$int = strtolower($if);
- $real_int = filter_translate_type_to_real_interface($if);
+ $real_int = get_real_interface($if);
$filename = "{$g['conf_path']}/dyndns_{$int}dyndns.cache";
if(file_exists($filename)) {
$cached_ip_s = split(":", file_get_contents($filename));
OpenPOWER on IntegriCloud