o: ActiveSupport::Cache::Entry :@compressedF:@value"L"F
| Web/modules.inc.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 | 2 |
echo "<tr>\n"; |
| 3 |
$adresar1 = opendir($path.$folder."/".$soubor);
|
|
| 3 |
$adresar1 = opendir($path.$folder."/".$HTTP_GET_VARS["file"]);
|
|
| 4 | 4 |
while ($soubor1 = readdir($adresar1)){
|
| 5 | 5 |
if ((Is_Dir($path.$folder."/".$HTTP_GET_VARS["file"]."/".$soubor1)) && (substr($soubor1,0,1) <> ".") && (substr($soubor1,0,1) <> "!")) {
|
| 6 | 6 |
$img = $soubor1."_Small.jpg"; |