]> git.pld-linux.org Git - packages/cacti.git/commitdiff
- use require instead of include to make permission problems fatal
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Apr 2010 10:48:51 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-config.patch -> 1.8

cacti-config.patch

index 394362eb53d433f8897cd765e31ad773ce1661de..4b453181bbe84e3738cd7f78dfe1facde2e863bd 100644 (file)
@@ -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";
This page took 0.104113 seconds and 4 git commands to generate.