mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-18 03:29:19 -04:00
trailing ?> and that causes File_Structure_Test to be sad. So instead use echo and tack on our own newline. But this also requires a semicolon. Weird, I know but still easier than fixing up the test.
4 lines
106 B
PHP
4 lines
106 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<? echo Kohana_Exception::text($e), "\n";
|
|
|