Fixed create or delete ca redirection page

This commit is contained in:
Li Chen 2013-11-25 19:02:49 +01:00
parent a9fdcaf9f2
commit 30802be380

View File

@ -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/"); header("Location: /admin/");
exit; exit;
}
}