scratch – Diff between revs 81 and 87

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 81 Rev 87
Line 4... Line 4...
4 ## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ## 4 ## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ##
5 ########################################################################### 5 ###########################################################################
Line 6... Line 6...
6   6  
7 require_once('php/pseudocrypt.php'); 7 require_once('php/pseudocrypt.php');
8 require_once('php/functions.php'); 8 require_once('php/functions.php');
Line 9... Line 9...
9 require_once('vendor/mustangostang/spyc/Spyc.php'); 9 require_once('vendor/autoload.php');
10   10  
Line 11... Line 11...
11 ### Load configuration. 11 ### Load configuration.