]> git.pld-linux.org Git - packages/cacti.git/blobdiff - cli-relpath.patch
- Add patch from date 2010/07/27 more info http://www.cacti.net/download_patches.php
[packages/cacti.git] / cli-relpath.patch
index f58fdb5432705dddee10b5ac33bf6513e3c222c7..4057ae572b3949c0b2ca40a928b9077c503771c2 100644 (file)
@@ -7,7 +7,7 @@
 -include(dirname(__FILE__)."/../include/global.php");
 -include_once("../lib/import.php");
 +require(dirname(__FILE__)."/../include/global.php");
-+require_once(dirname(__FILE__)."/../lib/import.php");
++require_once($config["base_path"]."/lib/import.php");
  
  /* process calling arguments */
  $parms = $_SERVER["argv"];
This page took 0.035945 seconds and 4 git commands to generate.