Show
Ignore:
Timestamp:
10/04/2007 01:57:26 PM (14 months ago)
Author:
Shadowhand
Message:

Overhauled User_Agent almost completely.

Spit shine on the rest of it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/config/mimes.php

    r644 r647  
    11<?php defined('SYSPATH') or die('No direct access allowed.'); 
    2 /* 
    3 | ------------------------------------------------------------------- 
    4 | MIME TYPES 
    5 | ------------------------------------------------------------------- 
    6 | This file contains an array of mime types.  It is used by the 
    7 | Upload class to help identify allowed file types. 
    8 */ 
    9  
     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" 
     7 */ 
    108$config = array 
    119(