|
Server IP : 10.111.40.2 / Your IP : 216.73.217.117 Web Server : Apache System : Linux webd002.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : comimage ( 586) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/comimage/referencement/demo/tmp/cache/fe/../../../tmp/../../ref/tmp/../prive/images/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Index des icones de Spip</title>
<link rel="up" href="../">
</head>
<body>
<center>
<h1>Index des icones de <a href='http://www.spip.net'>Spip</a></h1>
<table>
<?php
$myDir = opendir('.');
while ($file = readdir($myDir)) {
if (preg_match(",\.(png|gif)$,i", $file)) {
echo " <tr><td>$file</td><td><img src='$file' alt='$file' /></td></tr>\n";
}
}
?>
</table>
</center>
</body>
</html>