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
|
@@ 362-364 (lines=3) @@
|
| 359 |
|
f_owc("../assets/cache/installProc.inc.php", '<?php $installStartTime = '.time().'; ?>'); |
| 360 |
|
} |
| 361 |
|
|
| 362 |
|
if($installMode > 0 && $_POST['installdata'] == "1") { |
| 363 |
|
echo $_lang['sample_web_site'] . ': ' . $_lang['sample_web_site_note'] . PHP_EOL; |
| 364 |
|
} |
| 365 |
|
|
| 366 |
|
if ($errors > 0) { |
| 367 |
|
echo $_lang['setup_cannot_continue'] . ' '; |