svnno****@sourc*****
svnno****@sourc*****
2007年 9月 26日 (水) 19:04:20 JST
Revision: 170 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=170 Author: tach Date: 2007-09-26 19:04:20 +0900 (Wed, 26 Sep 2007) Log Message: ----------- update comments Modified Paths: -------------- slashjp/trunk/Slash/Apache/Apache.pm -------------- next part -------------- Modified: slashjp/trunk/Slash/Apache/Apache.pm =================================================================== --- slashjp/trunk/Slash/Apache/Apache.pm 2007-08-24 12:51:43 UTC (rev 169) +++ slashjp/trunk/Slash/Apache/Apache.pm 2007-09-26 10:04:20 UTC (rev 170) @@ -451,6 +451,7 @@ } # .pl in section dirs are served by scripts in basedir + # for enabling login session if( $uri =~ m|^.+/(\w+\.pl)$| ){ my $basedir = $constants->{basedir}; $r->filename("$basedir/$1");