whoami7 - Manager
:
/
home
/
gracious
/
verification.graciousphils.com
/
Upload File:
files >> /home/gracious/verification.graciousphils.com/logout.php
<?php include 'connection.php'; /*$st = $pdo->prepare("select * from tblusers where name = ?"); $st->bindParam(1, $_SESSION['user']); $st->execute(); if($st->rowCount() == 1){ $result = $st->fetch(); $query = "UPDATE `tblusers` SET `isLogin` = 0 WHERE `tblusers`.`name` = ?;"; $st = $pdo->prepare($query); $st->bindParam(1,$_SESSION['user']); $st->execute(); session_destroy(); echo "<script>alert('You have been logged out!');window.location.href='index.php';</script>"; }*/ session_destroy(); echo "<script>alert('You have been logged out!');window.location.href='index.php';</script>"; ?>
Copyright ©2021 || Defacer Indonesia