aboutsummaryrefslogtreecommitdiffstats
path: root/config/vhosts/vhosts.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-11-09 15:17:29 -0500
committerjim-p <jimp@pfsense.org>2010-11-09 15:17:29 -0500
commit99477c441e2b7b433b5d825f48181127a0ba964f (patch)
treea9510f8772d87308b9a4f952416c19d3e31e5477 /config/vhosts/vhosts.xml
parentc70b574412951f52e30dcc4b1bf251c5d2e47819 (diff)
downloadpfsense-packages-99477c441e2b7b433b5d825f48181127a0ba964f.tar.gz
pfsense-packages-99477c441e2b7b433b5d825f48181127a0ba964f.tar.bz2
pfsense-packages-99477c441e2b7b433b5d825f48181127a0ba964f.zip
Unique function names.
Diffstat (limited to 'config/vhosts/vhosts.xml')
-rw-r--r--config/vhosts/vhosts.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/vhosts/vhosts.xml b/config/vhosts/vhosts.xml
index 2057918e..9bfb73e0 100644
--- a/config/vhosts/vhosts.xml
+++ b/config/vhosts/vhosts.xml
@@ -107,15 +107,15 @@
<custom_add_php_command>
</custom_add_php_command>
<custom_php_resync_config_command>
- php_sync_package();
+ vhosts_sync_package();
</custom_php_resync_config_command>
<custom_delete_php_command>
- php_sync_package();
+ vhosts_sync_package();
</custom_delete_php_command>
<custom_php_install_command>
- php_install_command();
+ vhosts_install_command();
</custom_php_install_command>
<custom_php_deinstall_command>
- deinstall_command();
+ vhosts_deinstall_command();
</custom_php_deinstall_command>
</packagegui> \ No newline at end of file