[Nextcms-commits] CVS: nextcms processor.conf.php-dist,1.10,1.11
Status: Alpha
Brought to you by:
andrejb
|
From: Andrej B. <an...@us...> - 2002-12-31 03:45:30
|
Update of /cvsroot/nextcms/nextcms
In directory sc8-pr-cvs1:/tmp/cvs-serv18547
Modified Files:
processor.conf.php-dist
Log Message:
* fixed missing comma bug
----------------------------------------------------------------------
Index: processor.conf.php-dist
===================================================================
RCS file: /cvsroot/nextcms/nextcms/processor.conf.php-dist,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** processor.conf.php-dist 14 Jul 2002 16:29:27 -0000 1.10
--- processor.conf.php-dist 31 Dec 2002 03:45:25 -0000 1.11
***************
*** 39,44 ****
'ExtVMenu' => "$this->EXTENSION_DIR/vmenu.php",
'sitemap' => "$this->EXTENSION_DIR/sitemap.php",
! 'index' => "$this->EXTENSION_DIR/index.php"
! 'location' => "$this->EXTENSION_DIR/location.php"
'TextReader' => "$this->EXTENSION_DIR/textreader.php",
'Filesize' => "$this->EXTENSION_DIR/filesize.php",
--- 39,44 ----
'ExtVMenu' => "$this->EXTENSION_DIR/vmenu.php",
'sitemap' => "$this->EXTENSION_DIR/sitemap.php",
! 'index' => "$this->EXTENSION_DIR/index.php",
! 'location' => "$this->EXTENSION_DIR/location.php",
'TextReader' => "$this->EXTENSION_DIR/textreader.php",
'Filesize' => "$this->EXTENSION_DIR/filesize.php",
|