From 8c893b79d230cc844226bdf3b1de95cd5a99ecb2 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 30 Jan 2014 09:12:57 +0100 Subject: Branching off for release 1.0 --- public_html/index.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 public_html/index.php (limited to 'public_html/index.php') diff --git a/public_html/index.php b/public_html/index.php deleted file mode 100644 index cec0dca07..000000000 --- a/public_html/index.php +++ /dev/null @@ -1,27 +0,0 @@ - | - | Author: Aleksander Machniak | - +-----------------------------------------------------------------------+ -*/ - -define('INSTALL_PATH', realpath(__DIR__ . '/..') . '/'); - -// include index.php from application root directory -include INSTALL_PATH . 'index.php'; - -- cgit v1.2.3