mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-11-19 22:00:49 -05:00
fix vendor autoload path
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?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('config.php'); // these have probably all been included already, but just in case...
|
||||||
include_once('functions.php');
|
include_once('functions.php');
|
||||||
|
|||||||
Reference in New Issue
Block a user