Changeset 1706

Show
Ignore:
Timestamp:
01/11/2008 12:38:50 PM (12 months ago)
Author:
Shadowhand
Message:

Fixing #307.

Files:
1 modified

Legend:

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

    r1678 r1706  
    99 
    1010/** 
    11  * Permitted URI characters. Note that "?", "#", and "=" are URL characters, and do 
    12  * not to be added here. 
     11 * Permitted URI characters. Note that "?", "#", and "=" are URL characters, and 
     12 * should not be added here. 
    1313 */ 
    1414$config['_allowed'] = '-a-z 0-9~%.,:_';