View file funin/acp/index.html
<html> <head> <title>Chat :: AdminPanel</title> </head> <body> ::Welcome to AdminPanel ::<br/><br/> <form method="post" action="valid.php" enctype="multipart/form-data"> UserName : <input type="text" name="uu" size="40"/> <br/> Password : <input type="password" name="pp" size="40"/> <p><input type="submit" name="submit" value="submit"> </form> </body> </html>