Last active
October 12, 2016 00:36
-
-
Save kbens/4934c229f5de0ad84124 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript" src="ps-hide-signin.js"></script> | |
</head> | |
<!-- Set custom property `login.isLoginHidden=true` in your web profile --> | |
<body onLoad="hideLogin(<%=login.isLoginHidden%>);"> | |
<h1>The system is down for maintenance.</h1> | |
<h3>Click in this box, then use backdoor key. [Ctrl+Space]</h3> | |
<div id="loginbox"> | |
<div>User | |
<input type="text" /> | |
</div> | |
<div>Password | |
<input type="password" /> | |
</div> | |
<input type="submit" /> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment