diff php/save.php @ 3121:edd536f01e4b

Include config.php
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Wed, 18 Jul 2018 16:51:26 +0100
parents 53d701288da5
children c7de85e03321
line wrap: on
line diff
--- a/php/save.php	Wed Jul 18 16:47:07 2018 +0100
+++ b/php/save.php	Wed Jul 18 16:51:26 2018 +0100
@@ -1,5 +1,5 @@
 <?php
-
+incluce_once("config.php");
 function findNodeByAttribute($nodeList, $attributeName, $attributeValue) {
     if (empty($attributeName) || empty($attributeValue)) {
         die("Error: Empty findNodeByAttribute");