Jake Vanderwerf
2026-06-22 715e26a9eb219808d5c899d418e1d596f9318f61
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();