From 8ef5c979b8970d1d9775117c835d5024601e8b38 Mon Sep 17 00:00:00 2001 From: Morten Stevens Date: Feb 10 2020 17:07:41 +0000 Subject: Update to 1.2.9 --- diff --git a/cacti-1.2.x-csrf-secret.patch b/cacti-1.2.x-csrf-secret.patch new file mode 100644 index 0000000..70dfc4a --- /dev/null +++ b/cacti-1.2.x-csrf-secret.patch @@ -0,0 +1,11 @@ +--- cacti-1.2.9/include/config.php.orig 2020-02-10 02:25:45.000000000 +0100 ++++ cacti-1.2.9/include/config.php 2020-02-10 10:46:35.436772588 +0100 +@@ -124,7 +124,7 @@ $disable_log_rotation = false; + * the CRSF secret file. + */ + +-//$path_csrf_secret = '/etc/cacti/csrf-secret.php'; ++$path_csrf_secret = '/var/lib/cacti/csrf/csrf-secret.php'; + + /* + * The following are optional variables for debugging low level system