<?
/**
*
* @Script Random Text
* @version 1.0.0
* @copyright (c) Agrizlive.com
* @license You are allowed to modify this script. But you must provide a link of agrizlive.com in your footer (bottom of the page)
*
* Tested : PHP 5.2.11
*/
/**
*/
include_once("login_verify.php");
include_once("text_config.php");
include_once("functions.php");
if(isset($_REQUEST['id']))
{
$value = delete_text($_REQUEST['id']);
header("location: index.php");
}
?>