<?php
 
include_once("my_class.php");
 
$chkkey = new my_keys();
 
$chkkey->validatekey();
 
?>
 
<!DOCTYPE html>
 
<html lang="en">
 
    <head>
 
    <title>Secure Page</title>
 
    </head>
 
    <body>
 
    <h1> Assalam-o-Alaikum!</h1>
 
    Did you like it? Please like my page on <a href="https://www.facebook.com/Tolamangali" target="_blank">Facebook</a>
 
    </body>
 
</html>
 
 |