1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-09-15 04:35:34 -04:00

fix vendor autoload path

This commit is contained in:
2017-07-16 15:53:23 -04:00
parent 01750bd625
commit 11628a36e9

View File

@@ -1,5 +1,5 @@
<?php
require('vendor/autoload.php');
require('../vendor/autoload.php');
include_once('config.php'); // these have probably all been included already, but just in case...
include_once('functions.php');