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/.htaccess | 1 - public_html/index.php | 27 --------------------------- public_html/plugins | 1 - public_html/program/js | 1 - public_html/program/resources | 1 - public_html/robots.txt | 1 - public_html/skins | 1 - 7 files changed, 33 deletions(-) delete mode 120000 public_html/.htaccess delete mode 100644 public_html/index.php delete mode 120000 public_html/plugins delete mode 120000 public_html/program/js delete mode 120000 public_html/program/resources delete mode 120000 public_html/robots.txt delete mode 120000 public_html/skins (limited to 'public_html') 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 @@ - | - | Author: Aleksander Machniak | - +-----------------------------------------------------------------------+ -*/ - -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 -- cgit v1.2.3