diff options
Diffstat (limited to 'config/widescreen/widescreen.xml')
-rw-r--r-- | config/widescreen/widescreen.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/widescreen/widescreen.xml b/config/widescreen/widescreen.xml index 5807fc88..98dd9daa 100644 --- a/config/widescreen/widescreen.xml +++ b/config/widescreen/widescreen.xml @@ -63,9 +63,9 @@ <item>http://www.pfsense.org/packages/config/widescreen/bin/index.php_</item> </additional_files_needed> <custom_php_install_command> - mactovendor_custom_php_install_command(); + widescreen_custom_php_install_command(); </custom_php_install_command> <custom_php_deinstall_command> - mactovendor_custom_php_deinstall_command(); + widescreen_custom_php_deinstall_command(); </custom_php_deinstall_command> </packagegui> |