Go to the documentation of this file.
   32 define(
'INSTALL_USER', 
'');
 
   33 define(
'INSTALL_PASSWORD', 
'');
 
   35 define(
'XOOPS_INSTALL', 1);
 
   42 include_once 
'../mainfile.php';
 
   43 if (!defined(
"XOOPS_ROOT_PATH")) {
 
   44     define(
"XOOPS_ROOT_PATH", str_replace(
"\\", 
"/", realpath(
'../')));
 
   55 include 
'./class/installwizard.php';
 
   56 include_once 
'../include/version.php';
 
   57 include_once 
'./include/functions.php';
 
   58 include_once 
'../class/module.textsanitizer.php';