forked from cory/tildefriends
		
	Make smtp require-able, and add some better credentials checks for users who aren't logged in at all.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3218 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		| @@ -109,7 +109,7 @@ function editPage(event) { | ||||
| 		<body> | ||||
| 			<div id="menu"> | ||||
| 				<input type="button" value="Back" onclick="index()"> | ||||
| ` + (core.user.credentials.permissions.authenticated ? ` | ||||
| ` + (core.user.credentials.permissions && core.user.credentials.permissions.authenticated ? ` | ||||
| 				<input type="button" value="Save" onclick="submit()"> | ||||
| ` : "") + | ||||
| 	`			<a target="_top" href="https://casual-effects.com/markdeep/">Markdeep</a> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user