checks.php
@@ -25,11 +25,10 @@ if (!Site::has('limit_hours')) { return true; } if (Options::get('open_to_public') !== 1) { error_log('Not open to public'); if (Options::get('open_to_public') !== '1') { return false; } if (Options::get('today_hours')) { if (!empty(Options::get('today_hours'))) { return jvbIsTimeBetween(); } return jvbIsCurrentlyOpen();