Skip to content

Commit

Permalink
[ADD] Defining constant variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahi2 committed Dec 7, 2019
1 parent 8d98516 commit 9136788
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@
define('ALTUMCODE', true);

/* Enabling debug mode is only for debugging and development purposes */
define('DEBUG', false);
define('DEBUG', false);

/* Enabling mysql debug mode is only for debugging and development purposes */
define('MYSQL_DEBUG', false);

require 'core/base.php';

0 comments on commit 9136788

Please sign in to comment.