From 668de396268d67352b9694c06b6a8df68e71c830 Mon Sep 17 00:00:00 2001 From: jgen Date: Sat, 22 Feb 2014 19:45:53 -0500 Subject: [PATCH] Remove the debugging. --- install.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.php b/install.php index 139e38a4..fabd76c6 100644 --- a/install.php +++ b/install.php @@ -121,8 +121,6 @@ function eok($name, $value) { // }}} function do_install() { // {{{ - print(var_dump($_POST)); - if(file_exists("data/config/auto_install.conf.php")) { require_once "data/config/auto_install.conf.php"; install_process(); @@ -335,8 +333,6 @@ EOD; } catch(PDOException $e) { - print "DATABASE_DSN = '" + DATABASE_DSN + "'"; - print <<

Shimmie Installer