Changeset 1975 for branches/website/application/controllers/download.php
- Timestamp:
- 02/06/2008 04:33:56 PM (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/controllers/download.php
r1969 r1975 113 113 // Kohana release directory 114 114 $source = IN_PRODUCTION 115 ? '/usr/home/wgilk/svn_checkout/kohana _2.1/'116 : '/Volumes/Media/Sites/Kohana/releases/ 2.1/';115 ? '/usr/home/wgilk/svn_checkout/kohana/releases/'.$content->release_version.'/' 116 : '/Volumes/Media/Sites/Kohana/releases/'.$content->release_version.'/'; 117 117 118 118 // Directory prefix that will be added to the archive as the base directory
