b8129d8b0f
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
11 lines
392 B
PHP
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);
|