PHP Login system hard coded username and password
问题 I had to do a basic login system to protect a page, and I have no access to database so i store the username and password hard coded in php page. My question is, can this login system hold againts an attack? I need it to hold about 1 month. Any sugestions to improve will be helpefull. The code is not in laravel, even if it might look like. The username and password, will be changed to something stronger of course. Thank you in advance. <?php class UserController { private $username; private