From 1f0e60eceb85acab3154dfd2df19eee1ce14d359 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 25 Nov 2024 12:25:55 +0000 Subject: automatic import of cacti --- cacti-1.2.x-csrf-secret.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cacti-1.2.x-csrf-secret.patch (limited to 'cacti-1.2.x-csrf-secret.patch') diff --git a/cacti-1.2.x-csrf-secret.patch b/cacti-1.2.x-csrf-secret.patch new file mode 100644 index 0000000..993ccd5 --- /dev/null +++ b/cacti-1.2.x-csrf-secret.patch @@ -0,0 +1,11 @@ +--- cacti-1.2.23/include/config.php.dist.orig 2023-01-02 15:47:02.000000000 +0100 ++++ cacti-1.2.23/include/config.php.dist 2023-01-04 10:36:19.834958775 +0100 +@@ -131,7 +131,7 @@ $disable_log_rotation = false; + * the CRSF secret file. + */ + +-//$path_csrf_secret = '/usr/share/cacti/resource/csrf-secret.php'; ++$path_csrf_secret = '/var/lib/cacti/csrf/csrf-secret.php'; + + /** + * The following are optional variables for debugging low level system -- cgit v1.2.3