Jake Vanderwerf
5 days ago 0dfe1d8afafc59c4a5559c498342668d5a58d6ef
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();