aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2020-04-20 19:50:21 +0200
committerVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2020-04-21 14:56:53 +0200
commit4c2464b4440195b55e5d27b0d2bbb06758c05634 (patch)
tree5800de92142d939f2fb8a36758701f919f5af277 /index.php
parent6278839230ae3c27c205550889511531d09cbf20 (diff)
downloadwcms-4c2464b4440195b55e5d27b0d2bbb06758c05634.tar.gz
wcms-4c2464b4440195b55e5d27b0d2bbb06758c05634.zip
chore: add fn.php to composer autoloading
Fixes #96
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/index.php b/index.php
index 28dab1a..caa6ddf 100644
--- a/index.php
+++ b/index.php
@@ -3,10 +3,6 @@
session_start();
-
-require('app/fn/fn.php');
-
-
require('./vendor/autoload.php');