From ba86cc01a17cb803f41fd7642ddb358869034dc8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 19 Feb 2006 17:10:40 +0000 Subject: functions -> functions.inc --- etc/rc.dyndns.update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.dyndns.update b/etc/rc.dyndns.update index ca81432..9a31ca1 100755 --- a/etc/rc.dyndns.update +++ b/etc/rc.dyndns.update @@ -30,7 +30,7 @@ */ require_once("config.inc"); -require_once("functions"); +require_once("functions.inc"); require_once("filter.inc"); log_error("Informational: services_dyndns_configure() is starting."); -- cgit v1.1