--- expose/index.php 2003/11/05 13:50:57 1.1 +++ expose/index.php 2003/11/05 14:21:33 1.3 @@ -20,6 +20,7 @@ | Version 2 along with this program; if not, visit GNU's Home Page | http://www.gnu.org/ +----------------------------------------------------------------------+ +$Id: index.php,v 1.3 2003/11/05 14:21:33 cam Exp $ */ $global_var['metadata']['author'] = "Carl Johan Schedvin "; @@ -174,7 +175,6 @@ while(($file = readdir($pwd_dd)) !== false) { if(is_file($path."/".$file) && !eregi("^\.|^.*.php|^.*.css|^.*~",$file)) - //&& $file != '.' && $file != '..') array_push($images, $file); } } @@ -196,7 +196,7 @@ $pwd_dd = opendir($path); while(($file = readdir($pwd_dd)) !== false) { if(is_dir($path."/".$file) - && !eregi("^\.|^\..|^". $global_var['path']['thumb_dir'] + && !eregi("^\.|^\..|^CVS|^". $global_var['path']['thumb_dir'] ."|^". $global_var['path']['cache_dir'],$file)) array_push($dirs, $file); } @@ -296,7 +296,8 @@ global $global_var; echo <<\n - {$global_var[str_msg][copyright]} + {$global_var[str_msg][copyright]}
+ expose cvs version: $Revision: 1.3 $