Changeset 3315 for branches

Show
Ignore:
Timestamp:
08/08/2008 07:47:42 PM (4 months ago)
Author:
Shadowhand
Message:

Added example.htaccess to the download

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/controllers/download.php

    r3311 r3315  
    127127                                // Add the prefix directory, index.php, license, and logo 
    128128                                $archive->add($source, $prefix, FALSE); 
     129                                $archive->add($source.'example.htaccess', $prefix.'example.htaccess'); 
    129130                                $archive->add($source.'index.php', $prefix.'index.php'); 
    130131                                $archive->add($source.'Kohana License.html', $prefix.'Kohana License.html');