mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 21:51:14 +01:00
corrected problem which prevented sql server instructions from being displayed
This commit is contained in:
parent
f3c3031bcd
commit
76a62e5f83
@ -101,7 +101,7 @@
|
||||
/* commented out because I cannot accuratly figure out if the DB exists */
|
||||
//echo '<tr><td align="center"><img src="'.$phpgw_info["server"]["app_images"].'/incomplete.gif" alt="O" border="0"></td><td><form action="index.php" method=post>Your database exist, would you like to create your tables now?<br> <input type=submit value="Create tables"></form></td></tr>';
|
||||
echo '<tr><td align="center"><img src="'.$phpgw_info["server"]["app_images"].'/incomplete.gif" alt="O" border="0"></td><td>Make sure that your database is created and the account permissions are set.<br>';
|
||||
switch ($phpgw_domain[$SetupDomain]["db_type"]){
|
||||
switch ($phpgw_domain[$ConfigDomain]["db_type"]){
|
||||
case "mysql":
|
||||
echo "
|
||||
<br>Instructions for creating the database in MySQL:<br>
|
||||
|
@ -70,7 +70,7 @@
|
||||
$fsetup = fopen("../header.inc.php","w");
|
||||
fwrite($fsetup,$newheader);
|
||||
fclose($fsetup);
|
||||
$phpgw_setup->show_header("Generated header.inc.php", False, "header");
|
||||
$phpgw_setup->show_header("Saved header.inc.php", False, "header");
|
||||
echo "<form action=\"index.php\" method=post>";
|
||||
echo "<br>Created header.inc.php! ";
|
||||
echo "<input type=hidden name=\"FormLogout\" value=\"header\">";
|
||||
|
Loading…
Reference in New Issue
Block a user