diff options
Diffstat (limited to 'public/w/index.php')
-rw-r--r-- | public/w/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/w/index.php b/public/w/index.php index 887cc9a..f37899f 100644 --- a/public/w/index.php +++ b/public/w/index.php @@ -4,6 +4,8 @@ session_start(); + + require('../../vendor/autoload.php'); require('../../fn/fn.php'); |