OwlCyberSecurity - MANAGER
Edit File: xsystemmsg.php
<?php include 'store-procedure.php'; // Pass this section from SECURITY CHECK. if(!empty($_GET['msg']) and isset($_GET['msg'])) { $msg_this_page = $_GET['msg']; } ?> <!DOCTYPE HTML> <html> <head> </head> <body> <div align="center"> <span style="width:100%; color:black; font-size:50px;">Ooops.</span> <br> <span style="width:100%; color:black; font-size:50px;">System has rejected your input.</span> <br> <span style="width:100%; color:black; font-size:50px;">Kata yang anda input ditolak oleh system.</span> <br> <img src="img/rejected.gif" alt="Rejected"> <br> <span style="width:100%; color:red; font-size:80px;"><?php echo $msg_this_page; ?></span> <br> <a id="link" href="<?php echo WEB_URL; ?>">Go Back.</a> </div> </body> </html>