Skip to content

Commit 7d4f91d

Browse files
author
Alexandros Ioannides
authored
Update index.php
1 parent c1f01c9 commit 7d4f91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/delete/web/cache/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
if (!empty($_GET['domain'])) {
2020
$v_username = escapeshellarg($user);
2121
$v_domain = escapeshellarg($_GET['domain']);
22-
exec (HESTIA_CMD."v-purge-web-domain-nginx-cache ".$v_username." ".$v_domain, $output, $return_var);
22+
exec (HESTIA_CMD."v-purge-nginx-cache ".$v_username." ".$v_domain, $output, $return_var);
2323
check_return_code($return_var,$output);
2424
}
2525
$_SESSION['ok_msg'] = _('Nginx cache has been successfully purged');

0 commit comments

Comments
 (0)