Changeset 407 for trunk/app/config

Show
Ignore:
Timestamp:
04/16/08 17:24:40 (8 months ago)
Author:
aarkerio
Message:

Updates on polls

Location:
trunk/app/config
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/core.php

    r406 r407  
    1414 * In development mode, you need to click the flash message to continue. 
    1515 */ 
    16     Configure::write('debug', 2); 
     16    Configure::write('debug', 1); 
    1717/** 
    1818 * Application wide charset encoding 
  • trunk/app/config/routes.php

    r276 r407  
    1414 * developement. 
    1515 */ 
    16     Router::connect('/tests', array('controller' => 'tests', 'action' => 'index')); 
     16// Router::connect('/tests', array('controller' => 'tests', 'action' => 'index')); 
    1717?>