htdocs/install/install_tpl.php
Variable $wizard
is undeclared Open
Open
(<?php echo ($wizard->currentPage + 1) . '/' . count($wizard->pages); ?>)</title>
- Exclude checks
Variable $wizard
is undeclared Open
Open
if ($k == $wizard->currentPage) $class = ' class="current"';
- Exclude checks
Variable $wizard
is undeclared Open
Open
$li = '<a href="' . $wizard->pageURI($page) . '">' . $wizard->pagesNames[$k] . '</a>';
- Exclude checks
Variable $wizard
is undeclared Open
Open
<div class="page" id="<?php echo $wizard->currentPageName; ?>">
- Exclude checks
Variable $wizard
is undeclared Open
Open
<?php echo ($wizard->currentPage + 1) . INSTALL_OUTOF . count($wizard->pages); ?></div>
- Exclude checks
Variable $wizard
is undeclared Open
Open
elseif ($k > $wizard->currentPage) $class = ' class="disabled"';
- Exclude checks
Variable $wizard
is undeclared Open
Open
<h2><?php echo $wizard->pagesTitles[$wizard->currentPage]; ?></h2>
- Exclude checks
Variable $wizard
is undeclared Open
Open
<?php if ($wizard->currentPage != 0 && ($wizard->currentPage != 11)) { ?>
- Exclude checks
Variable $wizard
is undeclared Open
Open
<?php if ($wizard->pages[$wizard->currentPage] == $wizard->secondlastpage) { ?>
- Exclude checks
Variable $pageHasForm
is undeclared Open
Open
<?php if (@$pageHasForm) { ?>
- Exclude checks
Variable $wizard
is undeclared Open
Open
onclick="location.href='<?php echo $wizard->pageURI('+1'); ?>'" class="next">
- Exclude checks
Variable $pageHasHelp
is undeclared Open
Open
<?php if ($pageHasHelp) { ?>
- Exclude checks
Variable $wizard
is undeclared Open
Open
onclick="location.href='<?php echo $wizard->pageURI('11'); ?>?success=true'"
- Exclude checks
Variable $pageHasForm
is undeclared Open
Open
<?php if (@$pageHasForm) { ?>
- Exclude checks
Variable $wizard
is undeclared Open
Open
<?php } else if ($wizard->pages[$wizard->currentPage] != $wizard->lastpage) { ?>
- Exclude checks
Variable $wizard
is undeclared Open
Open
onclick="location.href='<?php echo $wizard->pageURI('-1'); ?>'" class="prev">
- Exclude checks
Variable $wizard
is undeclared Open
Open
<?php if ($wizard->currentPage == 11) { ?>
- Exclude checks
Variable $wizard
is undeclared Open
Open
<?php foreach ($wizard->pages as $k => $page) {
- Exclude checks
Variable $content
is undeclared Open
Open
<?php echo $content; ?>
- Exclude checks
Variable $wizard
is undeclared Open
Open
onclick="location.href='<?php echo $wizard->pageURI('+1'); ?>'" class="next">
- Exclude checks
Variable $wizard
is undeclared Open
Open
$li = $wizard->pagesNames[$k];
- Exclude checks
Inline control structures are not allowed Open
Open
if ($k == $wizard->currentPage) $class = ' class="current"';
- Exclude checks
Inline control structures are not allowed Open
Open
elseif ($k > $wizard->currentPage) $class = ' class="disabled"';
- Exclude checks
Closing brace indented incorrectly; expected 20 spaces, found 24 Open
Open
<?php } else { ?>
- Exclude checks
Closing brace indented incorrectly; expected 24 spaces, found 28 Open
Open
<?php } else { ?>
- Exclude checks
Line indented incorrectly; expected 0 tabs, found 5 Open
Open
} ?>
- Exclude checks
Closing brace indented incorrectly; expected 20 spaces, found 24 Open
Open
<?php } else if ($wizard->pages[$wizard->currentPage] != $wizard->lastpage) { ?>
- Exclude checks
Closing brace indented incorrectly; expected 28 spaces, found 32 Open
Open
<?php } ?>
- Exclude checks
Closing brace indented incorrectly; expected 24 spaces, found 28 Open
Open
<?php } ?>
- Exclude checks
Closing brace indented incorrectly; expected 24 spaces, found 28 Open
Open
<?php } ?>
- Exclude checks
Unexpected spaces found. Open
Open
title="<?php echo BUTTON_SHOW_SITE; ?>" width="32"/>
- Exclude checks
Unexpected spaces found. Open
Open
title="<?php echo BUTTON_PREVIOUS; ?>" width="16"/>
- Exclude checks
Unexpected spaces found. Open
Open
title="<?php echo SHOW_HIDE_HELP; ?>"/>
- Exclude checks
Unexpected spaces found. Open
Open
title="<?php echo SHOW_HIDE_HELP; ?>"/>
- Exclude checks