corrade-http-templates – Diff between revs 53 and 77

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 53 Rev 77
Line 18... Line 18...
18 ########################################################################### 18 ###########################################################################
19 ## CONFIGURATION ## 19 ## CONFIGURATION ##
20 ########################################################################### 20 ###########################################################################
Line 21... Line 21...
21   21  
22 # The configuration file for this script containing the settings. 22 # The configuration file for this script containing the settings.
-   23 require_once('config.php');
-   24 require_once('vendor/was/utilities/src/formats/kvp/kvp.php');
-   25 require_once('vendor/was/utilities/src/formats/csv/csv.php');
-   26 require_once('vendor/was/utilities/src/collections/arrays/arrays.php');
23 require_once("config.php"); 27 require_once('vendor/was/utilities/src/mathematics/algebra.php');
Line 24... Line 28...
24 require_once("functions.php"); 28 require_once('functions.php');
25   29  
26 ########################################################################### 30 ###########################################################################