mirror of
https://github.com/Yannick7777/codeigniter-setup-script.git
synced 2025-09-10 08:12:48 +02:00
initial igniter support
This commit is contained in:
parent
dc46c9e48f
commit
123d2f13a3
105 changed files with 8740 additions and 111 deletions
5
igniter/app/Views/errors/cli/production.php
Normal file
5
igniter/app/Views/errors/cli/production.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
// On the CLI, we still want errors in productions
|
||||
// so just use the exception template.
|
||||
include __DIR__ . '/error_exception.php';
|
Loading…
Add table
Add a link
Reference in a new issue