htdocs/install/page_end.php
Variable $wizard
is undeclared Open
Open
$wizard->setPage( 'end' );
- Exclude checks
Call to method deleteRecursive
from undeclared class \icms_core_Filesystem
Open
Open
icms_core_Filesystem::deleteRecursive(ICMS_ROOT_PATH.'/install', true);
- Exclude checks
Variable $wizard
is undeclared Open
Open
include "./language/$wizard->language/finish.php";
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
if (!defined( 'XOOPS_INSTALL' ) ) exit();
- Exclude checks
Inline control structures are not allowed Open
Open
if (!defined( 'XOOPS_INSTALL' ) ) exit();
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
include 'install_tpl.php';
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
$wizard->setPage( 'end' );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
if (!defined( 'XOOPS_INSTALL' ) ) exit();
- Exclude checks
Expected 1 space after IF keyword; 0 found Open
Open
if(isset($_COOKIE[session_name()]))
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$wizard->setPage( 'end' );
- Exclude checks
Expected 1 space after closing parenthesis; found 1 Open
Open
if(isset($_COOKIE[session_name()]))
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
if (!defined( 'XOOPS_INSTALL' ) ) exit();
- Exclude checks