install/actions/action_summary.php 1 location
|
@@ 302-304 (lines=3) @@
|
| 299 |
|
f_owc("../assets/cache/installProc.inc.php", '<?php $installStartTime = '.time().'; ?>'); |
| 300 |
|
} |
| 301 |
|
|
| 302 |
|
if($installMode > 0 && $_POST['installdata'] == "1") { |
| 303 |
|
echo '<p class="notes"><strong>' . $_lang['sample_web_site'] . ':</strong> ' . $_lang['sample_web_site_note'] . '</p>'; |
| 304 |
|
} |
| 305 |
|
|
| 306 |
|
if ($errors > 0) { |
| 307 |
|
echo '<p>'; |
install/cli-install.php 1 location
|
@@ 386-388 (lines=3) @@
|
| 383 |
|
f_owc($path."../assets/cache/installProc.inc.php", '<?php $installStartTime = '.time().'; ?>'); |
| 384 |
|
} |
| 385 |
|
|
| 386 |
|
if($installMode > 0 && $_POST['installdata'] == "1") { |
| 387 |
|
echo $_lang['sample_web_site'] . ': ' . $_lang['sample_web_site_note'] . PHP_EOL; |
| 388 |
|
} |
| 389 |
|
|
| 390 |
|
if ($errors > 0) { |
| 391 |
|
echo $_lang['setup_cannot_continue'] . ' '; |