ruạṛ
<?php /** * Remove testimonial from the database * @version 0.10 * @author Robert Urquhart <programmer@activatedesign.co.nz> * @package WEP-CMS * @since braziers.co.nz */ session_start(); require_once $_SERVER['DOCUMENT_ROOT'].'/admin/scripts-includes/universal.php'; $conn_ID = connect_to_db(); /** * get and validate id * @var int $property_id * @var object $n * @var string $message */ $testimonial_id = is_numeric_id($_GET['testimonial']); $n = new testimonial($testimonial_id); $message = ''; $n->delete(); getout($message, '../testimonials.php'); exit; ?>
cải xoăn