connect (DBHOST, DBUSER, DBPWD, DBNAME, DBPREFIX); $usrtblexists = $connection->users_table_exists (); $itemstblexists = $connection->items_table_exists (); } catch (Exception $e) { $error = true; } if (!$usrtblexists || !$itemstblexists) { $error = true; } if ($error) { ?>
wizard.')?>