示例#1
0
<?php

include "lib/dataprocess.php";
$dataprocess = new DataProcess();
$dataprocess->settings();
if (isset($_GET['quote_ref'])) {
    $dataprocess->DeleteQuote($_GET['quote_ref']);
}
header('Location:index.php');