mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 20:09:27 +01:00
minor fix
This commit is contained in:
parent
5c14fffb49
commit
9d257196d0
@ -53,8 +53,7 @@
|
|||||||
$db->query("insert into config (config_name, config_value) values ('" . addslashes($newsetting[0])
|
$db->query("insert into config (config_name, config_value) values ('" . addslashes($newsetting[0])
|
||||||
. "','" . addslashes($newsetting[1]) . "')");
|
. "','" . addslashes($newsetting[1]) . "')");
|
||||||
}
|
}
|
||||||
echo '<center>Your config has been updated<br><a href="' . $newsettings[webserver_url]
|
echo "<center>Your config has been updated<br><a href=\"".$newsettings["webserver_url"]."/login.php"\">Click here to login</a>";
|
||||||
. '">Click here to login</a>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$db->query("select * from config");
|
$db->query("select * from config");
|
||||||
|
Loading…
Reference in New Issue
Block a user