[Nextcms-commits] CVS: nextcms processor.conf.php-dist,1.9,1.10
Status: Alpha
Brought to you by:
andrejb
|
From: Andrej B. <an...@us...> - 2002-07-14 16:29:30
|
Update of /cvsroot/nextcms/nextcms In directory usw-pr-cvs1:/tmp/cvs-serv8777 Modified Files: processor.conf.php-dist Log Message: * fixed bug in processor.conf.php-dist Index: processor.conf.php-dist =================================================================== RCS file: /cvsroot/nextcms/nextcms/processor.conf.php-dist,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** processor.conf.php-dist 14 Jul 2002 13:54:32 -0000 1.9 --- processor.conf.php-dist 14 Jul 2002 16:29:27 -0000 1.10 *************** *** 41,47 **** 'index' => "$this->EXTENSION_DIR/index.php" 'location' => "$this->EXTENSION_DIR/location.php" ! 'TextReader' => "$EXTENSION_DIR/textreader.php", ! 'Filesize' => "$EXTENSION_DIR/filesize.php", ! 'FileModTime' => "$EXTENSION_DIR/filemodtime.php", ); --- 41,47 ---- 'index' => "$this->EXTENSION_DIR/index.php" 'location' => "$this->EXTENSION_DIR/location.php" ! 'TextReader' => "$this->EXTENSION_DIR/textreader.php", ! 'Filesize' => "$this->EXTENSION_DIR/filesize.php", ! 'FileModTime' => "$this->EXTENSION_DIR/filemodtime.php", ); |