Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djacob65 committed Apr 12, 2024
1 parent f430cd7 commit 87f7886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/inc/config/config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ if (is_file('inc/config/local.inc'))
include ('inc/config/local.inc');

// For development version only
$DEV=1;
$DEV=0;
$LOG=0;
if (is_file('inc/config/dev.inc'))
include ('inc/config/dev.inc');
Expand Down

0 comments on commit 87f7886

Please sign in to comment.