summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-04-19 11:02:48 +0200
committerDaniel Weipert <code@drogueronin.de>2021-04-19 11:02:48 +0200
commit3983548e7c0f107fa7b7cc3c4c36aa009590b481 (patch)
tree071513d1c25459cb81dbf56e5acc5942424a732e /index.php
parent671e3f1540f3a683d548dafd64c068ad6a64ac2f (diff)
Moves Modules to own package
Removes phar Renames bin 'n' stuff
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
deleted file mode 100644
index 92972cf..0000000
--- a/index.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-require __DIR__ . '/vendor/autoload.php';
-
-\PHPIAC\IAC::getInstance();