From 38c9df8e97311bdd960e555ee7dbc4beed0d2e96 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 14 Nov 2013 11:46:49 +0100 Subject: Add public_html directory to be used as document root or alias directory for Roundcube installations. This will only expose the required resources to public access --- public_html/index.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 public_html/index.php (limited to 'public_html/index.php') diff --git a/public_html/index.php b/public_html/index.php new file mode 100644 index 000000000..cec0dca07 --- /dev/null +++ b/public_html/index.php @@ -0,0 +1,27 @@ + | + | Author: Aleksander Machniak | + +-----------------------------------------------------------------------+ +*/ + +define('INSTALL_PATH', realpath(__DIR__ . '/..') . '/'); + +// include index.php from application root directory +include INSTALL_PATH . 'index.php'; + -- cgit v1.2.3