diff options
Diffstat (limited to 'usr/local/www/pkg.php')
-rwxr-xr-x | usr/local/www/pkg.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php index 6eee522..9dbaaf4 100755 --- a/usr/local/www/pkg.php +++ b/usr/local/www/pkg.php @@ -74,6 +74,8 @@ if ($_GET['act'] == "del") { if ($a_pkg[$_GET['id']]) { if($pkg['custom_delete_php_command'] <> "") { + if($pkg['custom_php_command_before_form'] <> "") + eval($pkg['custom_php_command_before_form']); eval($pkg['custom_delete_php_command']); } |