Skip to content

Commit

Permalink
HIDE_STYLES default value
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoDGomes committed Oct 11, 2024
1 parent dc59adb commit 48a8969
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
if (!isset($SYNC_PING_COUNT)){
$SYNC_PING_COUNT = 4;
}
if (!isset($HIDE_STYLES)){
$HIDE_STYLES = array();
}


require_once 'classes.php';


Expand Down

0 comments on commit 48a8969

Please sign in to comment.