Update of /cvsroot/phpslash/phpslash-dev/include/modules/topic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14940/phpslash-dev/include/modules/topic
Modified Files:
Topic.class
Log Message:
added index.php files to public directories that don't have pages.
Index: Topic.class
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/topic/Topic.class,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Topic.class 7 Jul 2004 17:45:12 -0000 1.2
--- Topic.class 19 Nov 2004 21:54:07 -0000 1.3
***************
*** 323,326 ****
--- 323,327 ----
( $each != ".") AND
( $each != "..") AND
+ ( $each != $this->psl['topicimagedir'] . "/" ."index.php") AND
( $each != "CVS") ) {
$this->topic_templ->set_var(array(
***************
*** 374,377 ****
--- 375,379 ----
( $each != ".") AND
( $each != "..") AND
+ ( $each != $this->psl['topicimagedir'] . "/" ."index.php") AND
( $each != "CVS") ) {
|