aboutsummaryrefslogtreecommitdiffstats
path: root/config/phpservice/phpservice_php_edit.tmp
diff options
context:
space:
mode:
Diffstat (limited to 'config/phpservice/phpservice_php_edit.tmp')
-rw-r--r--config/phpservice/phpservice_php_edit.tmp4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/phpservice/phpservice_php_edit.tmp b/config/phpservice/phpservice_php_edit.tmp
index 411cc5f4..20a9998a 100644
--- a/config/phpservice/phpservice_php_edit.tmp
+++ b/config/phpservice/phpservice_php_edit.tmp
@@ -44,7 +44,7 @@ if ($_GET['act'] == "del") {
if ($a_phpservice[$_GET['id']]) {
unset($a_phpservice[$_GET['id']]);
write_config();
- php_sync_package();
+ phpservice_sync_package();
header("Location: phpservice_php.php");
exit;
}
@@ -83,7 +83,7 @@ if ($_POST) {
}
write_config();
- php_sync_package();
+ phpservice_sync_package();
header("Location: phpservice_php.php");
exit;