o: ActiveSupport::Cache::Entry :@compressedF: @value"Â"¼
modules.php
22 22

  
23 23
$adresar = opendir($path.$folder);
24 24
while ($soubor = readdir($adresar)){
25
  if ((Is_Dir($path.$folder."/".$soubor)) && (substr($soubor,0,1) <> ".")) {
25
  if ((Is_Dir($path.$folder."/".$soubor)) && (substr($soubor,0,1) <> ".") && (substr($soubor,0,1) <> "!")) {
26 26

  
27 27
$img = $soubor."_Small.jpg";
28 28

  
......
35 35
if (file_exists($path.$folder."/".$soubor."/CAM_AMA")) {
36 36
?>
37 37

  
38
<tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$img; ?>"></td></tr>
38
<tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$img; ?>" width="50"></td></tr>
39 39
<tr><td><?php include $path.$folder.'/'.$soubor."/".$info; ?></td></tr>
40 40

  
41 41

  
......
48 48

  
49 49
$adresar1 = opendir($path.$folder."/".$soubor);
50 50
while ($soubor1 = readdir($adresar1)){
51
  if ((Is_Dir($path.$folder."/".$soubor."/".$soubor1)) && (substr($soubor1,0,1) <> ".")) {
51
  if ((Is_Dir($path.$folder."/".$soubor."/".$soubor1)) && (substr($soubor1,0,1) <> ".") && (substr($soubor1,0,1) <> "!")) {
52 52

  
53 53
$img = $soubor1."_Small.jpg";
54 54
?>
55 55
<table border=0>
56 56
<tr><td><?php echo $soubor1; ?></td></tr>
57
<tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$soubor1."/".$img; ?>"></td></tr>
57
<tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$soubor1."/".$img; ?>" width="50"></td></tr>
58 58
<tr><td><?php include $path.$folder.'/'.$soubor."/".$soubor1."/".$info; ?></td></tr>
59 59
</table>
60 60
</td></tr>
:@created_atf1419092544.2124569˜å:@expires_in0