File manager - Edit - /home/cipherteam/htdocs/cipherteam.in/admin3/deleteipo.php
Back
<?php include 'config.php'; session_start(); if (!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] !== true) { header("Location: login.php"); exit; } if (isset($_GET['id'])) { $id = intval($_GET['id']); $stmt = $pdo->prepare("DELETE FROM ipo_post WHERE id = ?"); $stmt->execute([$id]); } header("Location: " . $_SERVER['HTTP_REFERER']); exit; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.9 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings