Small fixes.
This commit is contained in:
@@ -5,7 +5,7 @@ for ($i=0;$i<$fn;$i++) {
|
||||
$link=$files[$i];
|
||||
$imglink=explode(".",$link);
|
||||
$imglink=$imglink[0].".png";
|
||||
if (!is_dir($link) && $link!="." && $link!=".." && $link!="index.php") {
|
||||
if (!is_dir($link) && $link!="." && $link!=".." && $link!="index.php" && $link[0] != '.') {
|
||||
$fo=fopen($link,"r");
|
||||
$fr=fread($fo,filesize($link));
|
||||
fclose($fo);
|
||||
|
||||
Reference in New Issue
Block a user