freebsd-ports/net-mgmt/guifi-snpservices/files/patch-common-qnodes.php
Kurt Jaeger b8129d8b0f New port: net-mgmt/guifi-snpservices
This software provides graph services in the context of the
Spontaneous Networklink Platform.

WWW: http://es.wiki.guifi.net/wiki/SNPservices

PR:		189904
Submitted by:	tphilipp@potion-studios.com
2014-08-04 09:18:27 +00:00

11 lines
392 B
PHP

--- common/qnodes.php.orig 2014-04-10 12:44:55.000000000 +0000
+++ common/qnodes.php 2014-04-10 12:45:28.000000000 +0000
@@ -19,7 +19,7 @@
// Opening CNML source
$doc = new DOMDocument;
$doc->preserveWhiteSpace = false;
-$doc->Load('../data/guifi.cnml');
+$doc->Load('/var/tmp/snpservices/data/guifi.cnml');
// building the xpath query for requested nodes
$xpath = new DOMXPath($doc);