diff options
Diffstat (limited to 'packages/upnpd.xml')
-rw-r--r-- | packages/upnpd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/upnpd.xml b/packages/upnpd.xml index 6e4b613b..0a8517d4 100644 --- a/packages/upnpd.xml +++ b/packages/upnpd.xml @@ -33,7 +33,7 @@ <custom_php_install_command> /* we need to update the files ADDR from time to time which is the lan ip */ copy("/usr/local/etc/linuxigd/gatedesc.xml", "/usr/local/etc/linuxigd/gatedesc.xml.bak"); - function sync_upnp(); + sync_upnp(); </custom_php_install_command> <custom_php_deinstall_command> mwexec("rm -rf /usr/local/etc/rc.d/upnpd.sh"); |