From 4c2464b4440195b55e5d27b0d2bbb06758c05634 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 20 Apr 2020 19:50:21 +0200 Subject: chore: add fn.php to composer autoloading Fixes #96 --- index.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'index.php') 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'); -- cgit v1.2.3