Fixed create or delete ca redirection page
This commit is contained in:
parent
a9fdcaf9f2
commit
30802be380
1 changed files with 6 additions and 2 deletions
|
|
@ -70,7 +70,11 @@ if (!empty($p[2]))
|
||||||
$dir = "$misc_dir/pki";
|
$dir = "$misc_dir/pki";
|
||||||
remove_directory($dir);
|
remove_directory($dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($p[2] == "deleteca" || $p[2] == "newca")
|
||||||
|
{
|
||||||
|
header("Location: /admin/");
|
||||||
|
exit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
header("Location: /admin/");
|
|
||||||
exit;
|
|
||||||
|
|
|
||||||
Reference in a new issue