install/cli-install.php 1 location
|
@@ 409-411 (lines=3) @@
|
| 406 |
|
f_owc($path . "../assets/cache/installProc.inc.php", '<?php $installStartTime = ' . time() . '; ?>'); |
| 407 |
|
} |
| 408 |
|
|
| 409 |
|
if ($installMode > 0 && $_POST['installdata'] == "1") { |
| 410 |
|
echo $_lang['sample_web_site'] . ': ' . $_lang['sample_web_site_note'] . PHP_EOL; |
| 411 |
|
} |
| 412 |
|
|
| 413 |
|
if ($errors > 0) { |
| 414 |
|
echo $_lang['setup_cannot_continue'] . ' '; |
install/src/controllers/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>'; |