Show
Ignore:
Timestamp:
10/22/2007 12:29:02 PM (14 months ago)
Author:
Shadowhand
Message:

Switching comments to Natural Docs. If you have ND installed, you can run makedocs.sh to generate a /user_guide/ directory.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/config/upload.php

    r647 r866  
    11<?php defined('SYSPATH') or die('No direct access allowed.'); 
    2 /** 
    3  * Session Configuration 
    4  * ---------------------------------------------------------------------------- 
     2/* 
     3 * File: Upload 
     4 *  File uploading options. 
    55 * 
    6  * User Guide: http://kohanaphp.com/user_guide/en/libraries/validation.html 
    7  * 
    8  * @param  string  upload_directory - Relative to your index file 
    9  * @param  string  remove_space     - Remove spaces from filenames 
    10  * 
     6 * Options: 
     7 *  upload_directory - Relative to your index file 
     8 *  remove_space     - Remove spaces from filenames 
    119 */ 
    1210$config = array