SourceForge logo
SourceForge logo
Menu

phpwiki-checkins

From: Geoffrey T. D. <da...@us...> - 2001年11月14日 17:42:04
Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv2855/lib
Modified Files:
 Tag: release-1_2-branch
	setupwiki.php 
Log Message:
When loading pages from a directory, ignore file names starting
with '.'. (Based on SF patch #480195 by Carsten Klapp.)
Index: setupwiki.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/Attic/setupwiki.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** setupwiki.php	2000年10月22日 19:33:35	1.3
--- setupwiki.php	2001年11月14日 17:42:01	1.3.2.1
***************
*** 91,95 ****
 while ($fn = readdir($handle))
 	{
! 	 if (filetype("$dir/$fn") != 'file')
 	 continue;
 	 $stat = stat("$dir/$fn");
--- 91,95 ----
 while ($fn = readdir($handle))
 	{
! 	 if ($fn[0] == '.' || filetype("$dir/$fn") != 'file')
 	 continue;
 	 $stat = stat("$dir/$fn");
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /