aboutsummaryrefslogtreecommitdiffstats
path: root/config/denyhosts/denyhosts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/denyhosts/denyhosts.inc')
-rw-r--r--config/denyhosts/denyhosts.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/denyhosts/denyhosts.inc b/config/denyhosts/denyhosts.inc
index 51124f62..8a862e01 100644
--- a/config/denyhosts/denyhosts.inc
+++ b/config/denyhosts/denyhosts.inc
@@ -31,7 +31,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-function php_sync_package()
+function denyhosts_sync_package()
{
//global $config;
@@ -45,7 +45,7 @@ function php_sync_package()
// http://en.wikipedia.org/wiki/DenyHosts
-function php_install_command()
+function denyhosts_install_command()
{
global $config;
@@ -149,7 +149,7 @@ function php_install_command()
)
);
- php_sync_package();
+ denyhosts_sync_package();
//start denyhosts
exec("/usr/local/etc/rc.d/denyhosts.sh start");
@@ -164,7 +164,7 @@ function php_install_command()
}
-function deinstall_command()
+function denyhosts_deinstall_command()
{
conf_mount_rw();