Skip to content

Commit

Permalink
Latest Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclonecopp committed Mar 27, 2019
1 parent b558d87 commit 7393a3c
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 375 deletions.
136 changes: 0 additions & 136 deletions src/Bootstrap.php

This file was deleted.

3 changes: 1 addition & 2 deletions src/Debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
*/
namespace Radion;

use Exception as BaseException;
use Whoops\Handler\PrettyPageHandler;
use Whoops\Run;
use Whoops\Handler\JsonResponseHandler;
Expand Down Expand Up @@ -225,7 +224,7 @@ static function error_handler(){
*/
static function display($name, $message = '', $description = ''){
self::set_header('500', 'Internal Server Error');
include('Resources/'.Config::get('theme','storage_path').'/errors/html/'. $name .'.php');
include(BR_PATH.'Resources/'.Config::get('theme','storage_path').'/errors/html/'. $name .'.php');
}

/**
Expand Down
207 changes: 0 additions & 207 deletions src/Loader.php

This file was deleted.

Loading

0 comments on commit 7393a3c

Please sign in to comment.