This website requires JavaScript.
Explore
Help
Sign In
stian
/
gallery3
Watch
1
Star
0
Fork
0
You've already forked gallery3
mirror of
https://github.com/Pathduck/gallery3.git
synced
2026-05-26 14:29:14 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d6f5a8a8d13892d6487f344c5e5b1f5dd48893d5
gallery3
/
modules
/
rest
/
views
/
error_rest.json.php
2 lines
93 B
PHP
Raw
Normal View
History
Unescape
Escape
Throw exceptions as appropriate, but allow the Kohana exception handling framework to handle the exception and delegate to our template, which will JSON encode the response.
2010-06-19 13:53:22 -07:00
<
?
php
defined
(
"
SYSPATH
"
)
or
die
(
"
No direct script access.
"
)
?>
Remove trailing ?>
2010-06-20 09:05:25 -07:00
<
?
=
json_encode
(
$e
->
response
);
Reference in New Issue
Copy Permalink