Adding template engine
Adding error handling Adding basic SMTP class core routing is working
This commit is contained in:
1
application/.htaccess
Normal file
1
application/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
Deny from all
|
5
application/config.php
Normal file
5
application/config.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$config["ADMINS"] = array();
|
||||
|
||||
return $config;
|
1
application/controllers/.htaccess
Normal file
1
application/controllers/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
Deny from all
|
1
application/tmp/.htaccess
Normal file
1
application/tmp/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
Deny from all
|
1
application/views/.htaccess
Normal file
1
application/views/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
Deny from all
|
Reference in New Issue
Block a user