浏览代码

Update README.md

Thomas Leister 9 年之前
父节点
当前提交
71bb892352
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      README.md

+ 3 - 4
README.md

@@ -160,16 +160,15 @@ set the settings like this:
 
 
 ### Admin e-mail address
 ### Admin e-mail address
 
 
-Only the user with this specific e-mail address will have access to the administrator's dashboard and will be able to create, edit and delete users, domains and redirects.
+Only users with one of the specified email addresses will have access to the administrator's dashboard and will be able to create, edit and delete users, domains and redirects.
 
 
 	/*
 	/*
 	 * Admin e-mail address
 	 * Admin e-mail address
 	 */
 	 */
 	
 	
-	define("ADMIN_EMAIL", "admin@domain.tld");
+	$admins = array("admin@domain.tld");
 	
 	
-The admin's e-mail account must be existent in the virtual user database on your own server. (=> an e-mail account on a foreign server won't give you access!).
-You can then login into the admin dashboard with that e-mail address and the corresponding password.
+Admin email accounts must exist in the virtual user database on your own server. (=> an e-mail account on a foreign server won't give you access!). You can then login into the admin dashboard with that e-mail address and the corresponding password.
 
 
 ### Minimal required password length
 ### Minimal required password length