Disable advisory at a site-wide level.

This commit is contained in:
Hyperling 2025-01-29 12:30:20 -07:00
parent e820196ba7
commit 465bf50e51

View File

@ -8,6 +8,9 @@
<?php
include "banner.php";
include "menu.php";
/* 2025-01-29 Disable advisory now that Books is explicitly a menu item. * /
if (!isset($GLOBALS["ADVISORY"]) || $GLOBALS["ADVISORY"] !== false)
include "advisory.php";
/* */
?>