Jake Vanderwerf
2026-07-09 c68aefb847b09daa0697de7684d3451e2e68ce1e
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();