Update Spyc.php from upstream

* Rename spyc.php -> Spyc.php
* New upstream URL: https://github.com/mustangostang/spyc/
This commit is contained in:
Kartik Mistry
2017-04-05 08:34:42 +05:30
parent d90ed29bda
commit a9601a5438
2 changed files with 176 additions and 61 deletions

View File

@@ -18,7 +18,7 @@
* @licence MIT License
*/
include __DIR__ . '/spyc.php';
include __DIR__ . '/Spyc.php';
print "Reading langdb.yaml...\n";
$yamlLangdb = file_get_contents( 'langdb.yaml' );