From 84e88c2718cd5cd14390e5b19958fc6b8e6f1a31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 13 Apr 2010 10:48:51 +0000 Subject: [PATCH] - use require instead of include to make permission problems fatal Changed files: cacti-config.patch -> 1.8 --- cacti-config.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cacti-config.patch b/cacti-config.patch index 394362e..4b45318 100644 --- a/cacti-config.patch +++ b/cacti-config.patch @@ -16,7 +16,7 @@ $database_password = "cactiuser"; $database_port = "3306"; -+include '/etc/webapps/cacti/config.php'; ++require '/etc/webapps/cacti/config.php'; + /* Default session name - Session name must contain alpha characters */ #$cacti_session_name = "Cacti"; -- 2.44.0