Remove trailing ?>

This commit is contained in:
Bharat Mediratta
2010-06-20 09:05:25 -07:00
parent 1a210dd270
commit ab9049d531
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= json_encode($e->response) ?>
<?= json_encode($e->response);