Skip to content

Commit

Permalink
added ignore, lowercase constant;
Browse files Browse the repository at this point in the history
  • Loading branch information
landsman committed Apr 12, 2018
1 parent 74d79e5 commit 6e2c8d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
vendor
2 changes: 1 addition & 1 deletion upload/vqmod/xml/tracy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</search>
<add>
<![CDATA[
if(defined('DEV') && true == DEV) {
if(defined('DEV') && true == DEV || defined('dev') && true == dev) {
Tracy\Debugger::enable(Tracy\Debugger::DEVELOPMENT, DIR_LOGS);
Tracy\Debugger::$strictMode = TRUE;
Expand Down

0 comments on commit 6e2c8d4

Please sign in to comment.