diff options
Diffstat (limited to 'public_html')
l--------- | public_html/.htaccess | 1 | ||||
-rw-r--r-- | public_html/index.php | 27 | ||||
l--------- | public_html/plugins | 1 | ||||
l--------- | public_html/program/js | 1 | ||||
l--------- | public_html/program/resources | 1 | ||||
l--------- | public_html/robots.txt | 1 | ||||
l--------- | public_html/skins | 1 |
7 files changed, 0 insertions, 33 deletions
diff --git a/public_html/.htaccess b/public_html/.htaccess deleted file mode 120000 index 94546dc49..000000000 --- a/public_html/.htaccess +++ /dev/null @@ -1 +0,0 @@ -../.htaccess
\ No newline at end of file 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 @@ -<?php - -/* - +-----------------------------------------------------------------------+ - | Roundcube Webmail IMAP Client | - | Version 1.0-git | - | | - | Copyright (C) 2005-2013, The Roundcube Dev Team | - | | - | Licensed under the GNU General Public License version 3 or | - | any later version with exceptions for skins & plugins. | - | See the README file for a full license statement. | - | | - | PURPOSE: | - | This is the public entry point for all HTTP requests to the | - | Roundcue webmail application. | - +-----------------------------------------------------------------------+ - | Author: Thomas Bruederli <roundcube@gmail.com> | - | Author: Aleksander Machniak <alec@alec.pl> | - +-----------------------------------------------------------------------+ -*/ - -define('INSTALL_PATH', realpath(__DIR__ . '/..') . '/'); - -// include index.php from application root directory -include INSTALL_PATH . 'index.php'; - diff --git a/public_html/plugins b/public_html/plugins deleted file mode 120000 index 7655edcc0..000000000 --- a/public_html/plugins +++ /dev/null @@ -1 +0,0 @@ -../plugins
\ No newline at end of file diff --git a/public_html/program/js b/public_html/program/js deleted file mode 120000 index 2c7564380..000000000 --- a/public_html/program/js +++ /dev/null @@ -1 +0,0 @@ -../../program/js
\ No newline at end of file diff --git a/public_html/program/resources b/public_html/program/resources deleted file mode 120000 index a1164a03c..000000000 --- a/public_html/program/resources +++ /dev/null @@ -1 +0,0 @@ -../../program/resources
\ No newline at end of file diff --git a/public_html/robots.txt b/public_html/robots.txt deleted file mode 120000 index 123b16649..000000000 --- a/public_html/robots.txt +++ /dev/null @@ -1 +0,0 @@ -../robots.txt
\ No newline at end of file diff --git a/public_html/skins b/public_html/skins deleted file mode 120000 index 249223789..000000000 --- a/public_html/skins +++ /dev/null @@ -1 +0,0 @@ -../skins
\ No newline at end of file |