We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f01c9 commit 7d4f91dCopy full SHA for 7d4f91d
1 file changed
web/delete/web/cache/index.php
@@ -19,7 +19,7 @@
19
if (!empty($_GET['domain'])) {
20
$v_username = escapeshellarg($user);
21
$v_domain = escapeshellarg($_GET['domain']);
22
- exec (HESTIA_CMD."v-purge-web-domain-nginx-cache ".$v_username." ".$v_domain, $output, $return_var);
+ exec (HESTIA_CMD."v-purge-nginx-cache ".$v_username." ".$v_domain, $output, $return_var);
23
check_return_code($return_var,$output);
24
}
25
$_SESSION['ok_msg'] = _('Nginx cache has been successfully purged');
0 commit comments