Code Duplication    Length = 3-3 lines in 2 locations

install/cli-install.php 1 location

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

install/src/controllers/summary.php 1 location

@@ 303-305 (lines=3) @@
300
    f_owc("../assets/cache/installProc.inc.php", '<?php $installStartTime = '.time().'; ?>');
301
}
302
303
if($installMode > 0 && $_POST['installdata'] == "1") {
304
    echo '<p class="notes"><strong>' . $_lang['sample_web_site'] . ':</strong> ' . $_lang['sample_web_site_note'] . '</p>';
305
}
306
307
if ($errors > 0) {
308
    echo '<p>';