From 600316a94a7e40c5fef364d6f98abc3e509131ad Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 13 Mar 2012 11:36:26 +0100 Subject: Initial commit --- install.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 install.php (limited to 'install.php') diff --git a/install.php b/install.php new file mode 100644 index 0000000..5b0fa3a --- /dev/null +++ b/install.php @@ -0,0 +1,42 @@ + + + + + + + + + +
+

Database Setup

+ +connect(); + + if ($db == 0) { + echo "Installation already done!"; + } else { + echo "
"; + echo "Database host:


"; + echo "Database root password:


"; + echo "Database name:


"; + echo "Database user:


"; + echo "Database password:


"; + echo ""; + echo "
"; + } +?> + +
+ + + -- cgit v1.2.3