Changeset 3326 for trunk/application
- Timestamp:
- 08/09/2008 04:24:30 PM (4 months ago)
- Location:
- trunk/application
- Files:
-
- 3 modified
-
config/config.php (modified) (1 diff)
-
controllers/examples.php (modified) (1 diff)
-
controllers/welcome.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/config/config.php
r3272 r3326 1 <?php defined('SYSPATH') or die('No direct script access.');1 <?php 2 2 /** 3 3 * Base path of the web site. If this includes a domain, eg: localhost/kohana/ -
trunk/application/controllers/examples.php
r3317 r3326 1 <?php defined('SYSPATH') or die('No direct script access.');1 <?php 2 2 /** 3 3 * Contains examples of various Kohana library examples. You can access these -
trunk/application/controllers/welcome.php
r3285 r3326 1 <?php defined('SYSPATH') or die('No direct script access.');1 <?php 2 2 /** 3 3 * Default Kohana controller. This controller should NOT be used in production.
