diff --git a/flats/flat.php b/flats/flat.php deleted file mode 100644 index 898cd57d..00000000 --- a/flats/flat.php +++ /dev/null @@ -1,38 +0,0 @@ - - - - - moo! - - -\n", $flat); - printf("
\n"); - printf("Back to image index
\n", $PHP_SELF); - printf("
\n"); - } - else { - printf("\n"); - $handle=opendir('.'); - while($filex = readdir($handle)) { - $file[$i]=$filex; - $i++; - } - - for($j=0; $j != $i; $j++) - { - if(strstr($file[$j], ".gif") == true) - printf("%s
\n", $PHP_SELF, $file[$j], $file[$j]); - } - closedir($handle); - } -?> - - - -