From b1bb5fdc0ab52342ae17da470f8368e75d9172c8 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Mon, 14 Mar 2016 12:53:55 +0100 Subject: Peering Policy configuration options. Add configuration variable to set the path to a file containing a peering policy. This file must be readable by the webserver and must contain HTML formatted text (on which CSS rules will be applied). If the variable is set to null, no peering policy will be displayed. --- includes/config.defaults.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/config.defaults.php') diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 9e44343..25eaf6f 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -46,6 +46,8 @@ $config = array( 'image' => null, // Link for the title/image 'header_link' => null, + // Peering Policy file (null for no peering policy) + 'peering_policy_file' => null, // Disclaimer (null for no disclaimer) 'disclaimer' => 'Disclaimer example', // Display the title -- cgit v1.2.3