diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-10-07 05:55:26 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-10-07 05:55:26 +0200 |
commit | 74ccedd6544daac0845a044b5e6d71d577578c69 (patch) | |
tree | 2ec348bfc818fbc2859922ac71f866c407ce0a7b /public/w/index.php | |
parent | 67b20c49ec4e5efb4526fc64ef679dfb6dd41e30 (diff) | |
download | wcms-74ccedd6544daac0845a044b5e6d71d577578c69.tar.gz wcms-74ccedd6544daac0845a044b5e6d71d577578c69.zip |
2.9 map + filter fix + markdownextra
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'); |