From a6752bccf2ae0ce1f330ba9de02eafdb8e39916c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 26 Jul 2008 14:32:57 +0000 Subject: Continued working on install.php --- central/trunk/index.php | 14 -------------- central/trunk/install.php | 7 ++++--- central/trunk/theme/index.tpl | 3 --- 3 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 central/trunk/index.php delete mode 100644 central/trunk/theme/index.tpl (limited to 'central') diff --git a/central/trunk/index.php b/central/trunk/index.php deleted file mode 100644 index 8ced805..0000000 --- a/central/trunk/index.php +++ /dev/null @@ -1,14 +0,0 @@ -add('TITLE', $config['title']); -$template->add('TEXT', $config['text']); -$template->display(); - -include('includes/footer.php'); - -?> diff --git a/central/trunk/install.php b/central/trunk/install.php index f689875..d04e99b 100644 --- a/central/trunk/install.php +++ b/central/trunk/install.php @@ -9,12 +9,13 @@ if (!isset($_GET['step'])) { if (!mysql_connect($_POST['host'], $_POST['username'], $_POST['password'])) { -?>Oops! Something went wrong!Cannot connect to your database server! Please verify you typed you host, username and password correctly. BackOops! Something went wrong!Cannot connect to your database! Please verify that the database you specified already exists and that you spelled it correctly. BackCongradulations! You've successfully set up your InstaDisc Central Server's database! Now, the next step for you is to implement the functions in instadisc.php into your web application. Read README.txt for more information. diff --git a/central/trunk/theme/index.tpl b/central/trunk/theme/index.tpl deleted file mode 100644 index 637648d..0000000 --- a/central/trunk/theme/index.tpl +++ /dev/null @@ -1,3 +0,0 @@ -Welcome to the InstaDisc Server! -

- -- cgit 1.4.1