Revision 20f8233d
Added by Luiz Souza over 7 years ago
src/etc/inc/config.console.inc | ||
---|---|---|
387 | 387 |
echo gettext("One moment while the settings are reloading..."); |
388 | 388 |
touch("{$g['tmp_path']}/assign_complete"); |
389 | 389 |
|
390 |
if (file_exists("/conf/trigger_initial_wizard")) {
|
|
390 |
if (file_exists("{$g['conf_path']}/trigger_initial_wizard")) {
|
|
391 | 391 |
// Let the system know that the interface assign part of initial setup has been done. |
392 | 392 |
touch("{$g['conf_path']}/assign_complete"); |
393 | 393 |
} |
Also available in: Unified diff
Replace some hardcoded paths.