Skip to content
Snippets Groups Projects
Commit ae6bfdcd authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

ci webGUI - spyc was moved to vendor directory

parent 4842f319
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ class configreplacement { ...@@ -194,7 +194,7 @@ class configreplacement {
// echo 'DEBUG: '.($bCopy ? 'COPY':'SKIP').$sLine.'<br>'; // echo 'DEBUG: '.($bCopy ? 'COPY':'SKIP').$sLine.'<br>';
} }
require_once "spyc.php"; require_once __DIR__.'./../../vendor/spyc/spyc.php';
$aYaml=spyc_load($sPart); $aYaml=spyc_load($sPart);
$aReturn=array(); $aReturn=array();
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment