fix - petikilo ma html koncovku, ne htm

This commit is contained in:
severak 2020-02-05 16:44:59 +01:00
parent 6bc2d3edce
commit 8e6aa31551
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ require __DIR__ . '/lib/tracy.php';
use \Tracy\Debugger;
Debugger::enable(!empty($config['show_debug']) ? Debugger::DEVELOPMENT : Debugger::DETECT);
Debugger::$showBar = false;
Debugger::$errorTemplate = __DIR__ . '/tpl/500.htm';
Debugger::$errorTemplate = __DIR__ . '/tpl/500.html';
// FRAMEWORK API