iComsium
/home/u575951074/domains/bookedgebookkeeping.com/public_html/admin/delete-notification.php - Dosyasını Düzenle
<?php include("include/config.php"); include("include/checklog.php"); $sql="delete from `notification` where id='".base64_decode($_GET["id"])."' "; mysqli_query($conn,$sql); header("location:home.php"); ?>
Geri Dön