Add delete, new and revoke in list_users page
This commit is contained in:
parent
dbcc23a535
commit
32bb0163c1
3 changed files with 56 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue