Revision e2c8c1aa
Added by Scott Ullrich about 19 years ago
usr/local/www/wizards/setup_wizard.xml | ||
---|---|---|
43 | 43 |
<type>submit</type> |
44 | 44 |
</field> |
45 | 45 |
</fields> |
46 |
<stepbeforeformdisplay> |
|
47 |
conf_mount_rw(); |
|
48 |
unlink('/conf/trigger_initial_wizard'); |
|
49 |
conf_mount_ro(); |
|
50 |
</stepbeforeformdisplay> |
|
46 | 51 |
</step> |
47 | 52 |
<step> |
48 | 53 |
<id>2</id> |
... | ... | |
452 | 457 |
<description>A reload is now in progress. Please wait. <p> The system will automatically try to access $myurl in 120 seconds. <p> You can click on the icon above to access the site more quickly. |
453 | 458 |
<meta http-equiv="refresh" content="60; url=$myurl" ></description> |
454 | 459 |
<stepafterformdisplay> |
455 |
conf_mount_rw(); |
|
456 |
unlink('/conf/trigger_initial_wizard'); |
|
457 |
conf_mount_ro(); |
|
458 | 460 |
reload_all(); |
459 | 461 |
</stepafterformdisplay> |
460 | 462 |
</step> |
Also available in: Unified diff
Remove trigger wizard file before displaying first step. Some people like to click the wizard logo to bypass wizard.