cacti/cacti-1.2.x-csrf-secret.patch

12 lines
440 B
Diff
Raw Normal View History

2023-01-04 09:53:32 +00:00
--- cacti-1.2.23/include/config.php.orig 2023-01-02 15:47:02.000000000 +0100
+++ cacti-1.2.23/include/config.php 2023-01-04 10:36:19.834958775 +0100
@@ -131,7 +131,7 @@ $disable_log_rotation = false;
2020-02-10 17:07:41 +00:00
* the CRSF secret file.
*/
2020-03-02 10:02:56 +00:00
-//$path_csrf_secret = '/usr/share/cacti/resource/csrf-secret.php';
2020-02-10 17:07:41 +00:00
+$path_csrf_secret = '/var/lib/cacti/csrf/csrf-secret.php';
2023-01-04 09:53:32 +00:00
/**
2020-02-10 17:07:41 +00:00
* The following are optional variables for debugging low level system