aboutsummaryrefslogtreecommitdiffstats
path: root/config/phpservice/phpservice.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-11-09 15:16:14 -0500
committerjim-p <jimp@pfsense.org>2010-11-09 15:16:14 -0500
commitc70b574412951f52e30dcc4b1bf251c5d2e47819 (patch)
treeba801064dffda50b80511792e592a7e6faaf1a26 /config/phpservice/phpservice.xml
parente284125663f36249ac6ee8c16e5b09878a035307 (diff)
downloadpfsense-packages-c70b574412951f52e30dcc4b1bf251c5d2e47819.tar.gz
pfsense-packages-c70b574412951f52e30dcc4b1bf251c5d2e47819.tar.bz2
pfsense-packages-c70b574412951f52e30dcc4b1bf251c5d2e47819.zip
Unique function names
Diffstat (limited to 'config/phpservice/phpservice.xml')
-rw-r--r--config/phpservice/phpservice.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/phpservice/phpservice.xml b/config/phpservice/phpservice.xml
index 225590b8..765dc8c7 100644
--- a/config/phpservice/phpservice.xml
+++ b/config/phpservice/phpservice.xml
@@ -107,15 +107,15 @@
<custom_add_php_command>
</custom_add_php_command>
<custom_php_resync_config_command>
- php_sync_package();
+ phpservice_sync_package();
</custom_php_resync_config_command>
<custom_delete_php_command>
- php_sync_package();
+ phpservice_sync_package();
</custom_delete_php_command>
<custom_php_install_command>
- php_install_command();
+ phpservice_install_command();
</custom_php_install_command>
<custom_php_deinstall_command>
- deinstall_command();
+ phpservice_deinstall_command();
</custom_php_deinstall_command>
</packagegui> \ No newline at end of file