mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
Update install.php
This commit is contained in:
parent
6eadb5f29d
commit
63298a9d09
@ -296,9 +296,9 @@ if ($currentStep == 2 and count($systemCheckError) == 0) {
|
|||||||
" . '$user' . " = '" . addcslashes($_POST['user'], "'") . "';
|
" . '$user' . " = '" . addcslashes($_POST['user'], "'") . "';
|
||||||
" . '$db' . " = '" . addcslashes($_POST['db'], "'") . "';
|
" . '$db' . " = '" . addcslashes($_POST['db'], "'") . "';
|
||||||
" . '$pwd' . " = '" . addcslashes($_POST['pwd'], "'") . "';
|
" . '$pwd' . " = '" . addcslashes($_POST['pwd'], "'") . "';
|
||||||
" . '$captcha' . " = 0;
|
" . '$captcha' . " = '0';
|
||||||
" . '$title' . " = '';
|
" . '$title' . " = '';
|
||||||
" . '$debug' . " = 0;
|
" . '$debug' . " = '0';
|
||||||
" . '$timezone' . " = 'Europe/Berlin';
|
" . '$timezone' . " = 'Europe/Berlin';
|
||||||
";
|
";
|
||||||
|
|
||||||
@ -785,7 +785,7 @@ if ($currentStep == 7 and count($systemCheckError) == 0) {
|
|||||||
" . '$pwd' . " = '" . $pwd . "';
|
" . '$pwd' . " = '" . $pwd . "';
|
||||||
" . '$captcha' . " = '" . $_POST['captcha'] . "';
|
" . '$captcha' . " = '" . $_POST['captcha'] . "';
|
||||||
" . '$title' . " = '" . $_POST['title'] . "';
|
" . '$title' . " = '" . $_POST['title'] . "';
|
||||||
" . '$debug' . " = 0;
|
" . '$debug' . " = '0';
|
||||||
" . '$timezone' . " = '" . $_POST['timezone'] . "';
|
" . '$timezone' . " = '" . $_POST['timezone'] . "';
|
||||||
";
|
";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user