Jake Vanderwerf
2025-10-20 e729f920139f0c65902be2d6b2c32466b08375e8
templates/dashboard/sections/news.php
@@ -3,7 +3,7 @@
    exit; // Exit if accessed directly
}
if (!isOurPeople()) {
    wp_redirect(get_home_url(2, '/dash'));
    wp_redirect(get_home_url(null, '/dash'));
    exit;
}
$cache = new JVBase\managers\CacheManager('news', 3600);