Skip to content
Permalink
Browse files
Update display.php
  • Loading branch information
padmanabhj committed Dec 30, 2021
1 parent a1ac37d commit 3647bd2c16a56287012bf008844dd989fbd54868
Showing 1 changed file with 5 additions and 1 deletion.
@@ -6,6 +6,10 @@ session_start();
if(!isset($_SESSION['username'])){
header('location:login.php');
}
if(isset($_SESSION['block']))
{
header('location: login.php');
}


?>
@@ -84,4 +88,4 @@ if($result){
</a></button></center>
</div>
</body>
</html>
</html>

0 comments on commit 3647bd2

Please sign in to comment.