changed url to point to login logic instead of user home
							parent
							
								
									a8bd99d00f
								
							
						
					
					
						commit
						01bb8d6d97
					
				|  | @ -23,8 +23,8 @@ | |||
|       </div> | ||||
|       <div class="item-2 round-border"> | ||||
|         <p>Login:</p> | ||||
|         <form action="%CONTENT_DIR%/userhome/" method="post"> | ||||
|           <input type="text" name="name" maxlength="20" placeholder="Username" /> | ||||
|         <form action="%CONTENT_DIR%/login/redirect.php" method="post"> | ||||
|           <input type="text" name="username" maxlength="20" placeholder="Username" /> | ||||
|           <input type="password" name="password" maxlength="256" placeholder="Password" /> | ||||
|           <p></p> | ||||
|           <input type="submit" value="Log in" /> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 BodgeMaster
						BodgeMaster