Changeset 1727

Show
Ignore:
Timestamp:
08/24/05 17:08:14 (3 years ago)
Author:
tarjei
Message:

Addded <?php and ?> to the confifgfile suggestion.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/support/autoconf.php

    r1724 r1727  
    197197---------------------------------------------------------------------------- 
    198198<?php  
    199 echo $GLOBALS['configfile'];  
     199echo "<?php\n"; 
     200echo $GLOBALS['configfile']; 
     201echo "?>";  
    200202?> 
    201203----------------------------------------------------------------------------