From 356407f66a850fca664295fe51805e4f9c9b3cea Mon Sep 17 00:00:00 2001 From: "paul.baranowski" Date: Thu, 30 Sep 2010 16:03:24 -0400 Subject: [PATCH] CC-1695 Remove Campcaster Studio and make install easier Moved install directory --- {backend/install => install}/campcaster-user.php | 0 {backend/install => install}/getGname.php | 0 {backend/install => install}/getPwd.php | 0 {backend/install => install}/getWwwRoot.php | 0 {backend/install => install}/getXrUrl.php | 0 {backend/install => install}/index.php | 0 {backend/install => install}/install.php | 0 {backend/install => install}/installInit.php | 0 {backend/install => install}/uninstall.php | 0 {backend/install => install}/upgrade/upgrade-to-1.2.0.php | 0 {backend/install => install}/upgrade/upgrade.php | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {backend/install => install}/campcaster-user.php (100%) rename {backend/install => install}/getGname.php (100%) rename {backend/install => install}/getPwd.php (100%) rename {backend/install => install}/getWwwRoot.php (100%) rename {backend/install => install}/getXrUrl.php (100%) rename {backend/install => install}/index.php (100%) rename {backend/install => install}/install.php (100%) rename {backend/install => install}/installInit.php (100%) rename {backend/install => install}/uninstall.php (100%) rename {backend/install => install}/upgrade/upgrade-to-1.2.0.php (100%) rename {backend/install => install}/upgrade/upgrade.php (100%) diff --git a/backend/install/campcaster-user.php b/install/campcaster-user.php similarity index 100% rename from backend/install/campcaster-user.php rename to install/campcaster-user.php diff --git a/backend/install/getGname.php b/install/getGname.php similarity index 100% rename from backend/install/getGname.php rename to install/getGname.php diff --git a/backend/install/getPwd.php b/install/getPwd.php similarity index 100% rename from backend/install/getPwd.php rename to install/getPwd.php diff --git a/backend/install/getWwwRoot.php b/install/getWwwRoot.php similarity index 100% rename from backend/install/getWwwRoot.php rename to install/getWwwRoot.php diff --git a/backend/install/getXrUrl.php b/install/getXrUrl.php similarity index 100% rename from backend/install/getXrUrl.php rename to install/getXrUrl.php diff --git a/backend/install/index.php b/install/index.php similarity index 100% rename from backend/install/index.php rename to install/index.php diff --git a/backend/install/install.php b/install/install.php similarity index 100% rename from backend/install/install.php rename to install/install.php diff --git a/backend/install/installInit.php b/install/installInit.php similarity index 100% rename from backend/install/installInit.php rename to install/installInit.php diff --git a/backend/install/uninstall.php b/install/uninstall.php similarity index 100% rename from backend/install/uninstall.php rename to install/uninstall.php diff --git a/backend/install/upgrade/upgrade-to-1.2.0.php b/install/upgrade/upgrade-to-1.2.0.php similarity index 100% rename from backend/install/upgrade/upgrade-to-1.2.0.php rename to install/upgrade/upgrade-to-1.2.0.php diff --git a/backend/install/upgrade/upgrade.php b/install/upgrade/upgrade.php similarity index 100% rename from backend/install/upgrade/upgrade.php rename to install/upgrade/upgrade.php