Add delete, new and revoke in list_users page

This commit is contained in:
Li Chen 2013-11-30 21:31:18 +01:00
parent dbcc23a535
commit 32bb0163c1
3 changed files with 56 additions and 0 deletions

View file

@ -58,8 +58,14 @@ if ($n && $p[0] == SALT_ADMIN)
case "certificate/":
case "certificate/newca":
case "certificate/newca/":
case "certificate/newclient":
case "certificate/newclient/":
case "certificate/deleteca":
case "certificate/deleteca/":
case "certificate/revoke":
case "certificate/revoke/":
case "certificate/get":
case "certificate/get/":
$page = require("admin/certificate.php");
break;