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/mimes.php

    r647 r866  
    11<?php defined('SYSPATH') or die('No direct access allowed.'); 
    2 /** 
    3  * Mime Types 
    4  * ------------------------------------------------------------------- 
    5  * This file contains an array of mime types. Our list is generally 
    6  * more complete and robust than "mime.magic" 
     2/* 
     3 * File: Mime Types 
     4 *  A list of mime types. Our list is generally more complete and accurate than 
     5 *  the operating system MIME list. 
     6 *  
     7 * If there are any missing options, please create a ticket on our issue tracker, 
     8 * <http://kohanaphp.com/trac/newticket>. Be sure to give the filename and 
     9 * expected MIME type, as well as any additional information you can provide. 
    710 */ 
    811$config = array