Rev 545 Rev 546
1 <?php 1 <?php
2   2  
3 // 1 or 0 to enable or disable to run in Apache 3 // 1 or 0 to enable or disable to run in Apache
4 $CFG["EnableApache"]=0; // Do not allow run in Apache 4 $CFG["EnableApache"]=0; // Do not allow run in Apache
5   5  
6 // Source Files 6 // Source Files
7 $CFG["SourceDir"]="../../../../amforth/trunk/"; 7 $CFG["SourceDir"]="../../../../amforth/trunk/";
8 $CFG["SourceAsm"]="amforth.asm"; 8 $CFG["SourceAsm"]="amforth.asm";
-   9 $CFG["SvnInfoFileName"]=".svn-info.txt";
9   10  
10 // Template Files 11 // Template Files
11 $CFG["TemplateDir"]="../Templates/"; 12 $CFG["TemplateDir"]="../Templates/";
12   13  
13 // Destination Directory 14 // Destination Directory
14 $CFG["DestinationDir"]="../HTML/"; 15 $CFG["DestinationDir"]="../HTML/";
15   16  
16 ?> 17 ?>