@@ -1,4 +1,4 @@
-<?php defined('SYSPATH') or die('No direct script access.');
+<?php
// -- Environment setup --------------------------------------------------------
class Controller_Welcome extends Controller {
@@ -1,3 +1,3 @@
-<?php defined('SYSPATH') OR die('No direct access allowed.');
abstract class Auth extends Kohana_Auth { }
class Auth_File extends Kohana_Auth_File { }
/**
* User authorization library. Handles user login and logout, as well as secure
* password hashing.
* File Auth driver.
* [!!] this Auth driver does not support roles nor autologin.
return array(
-<?php defined('SYSPATH') OR die('No direct script access.');
// Leave this alone
abstract class Cache extends Kohana_Cache {}
class Cache_Apc extends Kohana_Cache_Apc {}