Repository: airavata-php-gateway Updated Branches: refs/heads/master 30df92794 -> ff9a1840d
AIRAVATA-2381 Turn off debug by default Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/ff9a1840 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/ff9a1840 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/ff9a1840 Branch: refs/heads/master Commit: ff9a1840d5943e4a9dd27188258316bb4eec547d Parents: 30df927 Author: Marcus Christie <[email protected]> Authored: Thu Jun 1 16:37:25 2017 -0400 Committer: Marcus Christie <[email protected]> Committed: Thu Jun 1 16:37:25 2017 -0400 ---------------------------------------------------------------------- app/config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/ff9a1840/app/config/app.php ---------------------------------------------------------------------- diff --git a/app/config/app.php b/app/config/app.php index 27f995f..e6b9f3e 100755 --- a/app/config/app.php +++ b/app/config/app.php @@ -13,7 +13,7 @@ return array( | */ - 'debug' => true, + 'debug' => false, /* |--------------------------------------------------------------------------
