diff options
Diffstat (limited to 'server/core/App.php')
| -rwxr-xr-x | server/core/App.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/core/App.php b/server/core/App.php index 282a1db..edb75f6 100755 --- a/server/core/App.php +++ b/server/core/App.php @@ -105,6 +105,7 @@ class App{ public function show(){
echo json_encode($this->output);
+ //error_log(var_dump(json_encode($this->output), true), 0);
}
}
|
