]> git.pld-linux.org Git - packages/cacti.git/commitdiff
- be like other scripts
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Apr 2010 15:23:08 +0000 (15:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cli-relpath.patch -> 1.2

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.08458 seconds and 4 git commands to generate.