| /web/acc/admin/bl_categories_help.php |
|---|
| 151,7 → 151,7 |
| exec("head -n 15 ".escapeshellarg($bl_categorie_ip_file)." | cut -d ' ' -f3", $resultat); |
| } |
| else { |
| exec("head -n 15 ".escapeshellarg($bl_categorie_url_file), $resultat); |
| exec("head -n 15 ".escapeshellarg($bl_categorie_ip_file), $resultat); |
| } |
| for($i=0; $i<count($resultat); $i++){ |
| echo $resultat[$i]."<br/>"; |