From c93d50c6164c31dcfa90426fec4bd77e820e61f7 Mon Sep 17 00:00:00 2001 From: Schrolli Date: Tue, 14 Jul 2015 07:13:41 +0200 Subject: [PATCH] move the old webend data in separate folder --- www/{ => old_webend}/config.php | 0 www/{ => old_webend}/gfx/logo.png | Bin www/{ => old_webend}/index.php | 0 www/{ => old_webend}/mysql.class.php | 0 www/{ => old_webend}/parser.php | 0 www/{ => old_webend}/tpl/content.overview.php | 0 www/{ => old_webend}/tpl/content.parser.php | 0 www/{ => old_webend}/tpl/template.overview.php | 0 www/{ => old_webend}/tpl/template.parser.php | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename www/{ => old_webend}/config.php (100%) rename www/{ => old_webend}/gfx/logo.png (100%) rename www/{ => old_webend}/index.php (100%) rename www/{ => old_webend}/mysql.class.php (100%) rename www/{ => old_webend}/parser.php (100%) rename www/{ => old_webend}/tpl/content.overview.php (100%) rename www/{ => old_webend}/tpl/content.parser.php (100%) rename www/{ => old_webend}/tpl/template.overview.php (100%) rename www/{ => old_webend}/tpl/template.parser.php (100%) diff --git a/www/config.php b/www/old_webend/config.php similarity index 100% rename from www/config.php rename to www/old_webend/config.php diff --git a/www/gfx/logo.png b/www/old_webend/gfx/logo.png similarity index 100% rename from www/gfx/logo.png rename to www/old_webend/gfx/logo.png diff --git a/www/index.php b/www/old_webend/index.php similarity index 100% rename from www/index.php rename to www/old_webend/index.php diff --git a/www/mysql.class.php b/www/old_webend/mysql.class.php similarity index 100% rename from www/mysql.class.php rename to www/old_webend/mysql.class.php diff --git a/www/parser.php b/www/old_webend/parser.php similarity index 100% rename from www/parser.php rename to www/old_webend/parser.php diff --git a/www/tpl/content.overview.php b/www/old_webend/tpl/content.overview.php similarity index 100% rename from www/tpl/content.overview.php rename to www/old_webend/tpl/content.overview.php diff --git a/www/tpl/content.parser.php b/www/old_webend/tpl/content.parser.php similarity index 100% rename from www/tpl/content.parser.php rename to www/old_webend/tpl/content.parser.php diff --git a/www/tpl/template.overview.php b/www/old_webend/tpl/template.overview.php similarity index 100% rename from www/tpl/template.overview.php rename to www/old_webend/tpl/template.overview.php diff --git a/www/tpl/template.parser.php b/www/old_webend/tpl/template.parser.php similarity index 100% rename from www/tpl/template.parser.php rename to www/old_webend/tpl/template.parser.php