diff --git a/application/classes/controller/welcome.php b/application/classes/controller/welcome.php
deleted file mode 100644
index 0984eff..0000000
--- a/application/classes/controller/welcome.php
+++ /dev/null
@@ -1,10 +0,0 @@
-response->body('hello, world!');
- }
-
-} // End Welcome
diff --git a/example.htaccess b/example.htaccess
deleted file mode 100644
index 53b8ccb..0000000
--- a/example.htaccess
+++ /dev/null
@@ -1,21 +0,0 @@
-# Turn on URL rewriting
-RewriteEngine On
-
-# Installation directory
-RewriteBase /
-
-# Protect hidden files from being viewed
-
- The following tests have been run to determine if Kohana will work in your environment. - If any of the tests have failed, consult the documentation - for more information on how to correct the problem. -
- - - -PHP Version | - =')): ?> -- - | Kohana requires PHP 5.2.3 or newer, this version is . | - -|
---|---|---|---|
System Directory | - -- - | The configured system directory does not exist or does not contain required files. |
-
- |
Application Directory | - -- - | The configured application directory does not exist or does not contain required files. |
-
- |
Cache Directory | - -- - | The directory is not writable. |
-
- |
Logs Directory | - -- - | The directory is not writable. |
-
- |
PCRE UTF-8 | - -PCRE has not been compiled with UTF-8 support. | - -PCRE has not been compiled with Unicode property support. | - -Pass | - -
SPL Enabled | - -Pass | - -PHP SPL is either not loaded or not compiled in. | - -|
Reflection Enabled | - -Pass | - -PHP reflection is either not loaded or not compiled in. | - -|
Filters Enabled | - -Pass | - -The filter extension is either not loaded or not compiled in. | - -|
Iconv Extension Loaded | - -Pass | - -The iconv extension is not loaded. | - -|
Mbstring Not Overloaded | - -The mbstring extension is overloading PHP's native string functions. | - -Pass | - -|
Character Type (CTYPE) Extension | - -The ctype extension is not enabled. | - -Pass | - -|
URI Determination | - -Pass | - -Neither $_SERVER['REQUEST_URI'] , $_SERVER['PHP_SELF'] , or $_SERVER['PATH_INFO'] is available. |
-
-
✘ Kohana may not work correctly with your environment.
- -✔ Your environment passed all requirements.
- Remove or rename the install
file now.
- The following extensions are not required to run the Kohana core, but if enabled can provide access to additional classes. -
- -PECL HTTP Enabled | - -Pass | - -Kohana can use the http extension for the Request_Client_External class. | - -
---|---|---|
cURL Enabled | - -Pass | - -Kohana can use the cURL extension for the Request_Client_External class. | - -
mcrypt Enabled | - -Pass | - -Kohana requires mcrypt for the Encrypt class. | - -
GD Enabled | - -Pass | - -Kohana requires GD v2 for the Image class. | - -
MySQL Enabled | - -Pass | - -Kohana can use the MySQL extension to support MySQL databases. | - -
PDO Enabled | - -Pass | - -Kohana can use PDO to support additional databases. | - -