Changeset 2622 for trunk/application
- Timestamp:
- 05/05/2008 04:53:57 AM (7 months ago)
- Location:
- trunk/application
- Files:
-
- 2 modified
-
config/config.php (modified) (1 diff)
-
controllers/welcome.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/config/config.php
r2565 r2622 57 57 * specific strings, such as {execution_time}. 58 58 * 59 * @see http://doc .kohanaphp.com/general/configuration/config59 * @see http://docs.kohanaphp.com/general/configuration 60 60 */ 61 61 $config['render_stats'] = TRUE; -
trunk/application/controllers/welcome.php
r2594 r2622 12 12 13 13 // Disable this controller when Kohana is set to production mode. 14 // See http://doc .kohanaphp.com/installation/deployment for more details.14 // See http://docs.kohanaphp.com/installation/deployment for more details. 15 15 const ALLOW_PRODUCTION = FALSE; 16 16 … … 31 31 ( 32 32 'Home Page' => 'http://kohanaphp.com/', 33 'Documentation' => 'http://doc .kohanaphp.com/',33 'Documentation' => 'http://docs.kohanaphp.com/', 34 34 'Forum' => 'http://forum.kohanaphp.com/', 35 35 'License' => 'Kohana License.html',
