Skip to content

Commit 4682e86

Browse files
authored
Merge pull request #142 from iMattPro/develop
Fixes
2 parents 8c977eb + 3e9eb38 commit 4682e86

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

includes/qi_constants.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
// IMPORTANT NOTE:
1111
// This file is for development and debugging purposes only. Use class constants instead of
12-
// defining global constants here. This file is ignored by git.
12+
// defining global constants here.
1313

14-
//define('QI_DEBUG', true); // un-comment this disable template caching
14+
// DO NOT COMMIT CHANGES TO THIS FILE TO GIT
15+
16+
// define('QI_DEBUG', true); // un-comment this disable template caching

0 commit comments

Comments
 (0)