Procedural File: index.php
Source Location: /public_html/admin/install/index.php
Page Details:
Includes:
INST_checkIfWritable [line 674]
boolean INST_checkIfWritable(
array $files)
|
|
Check to see if required files are writable by the web server.
Tags:
Parameters
| array |
$files |
list of files to check |
INST_createDatabaseStructures [line 775]
boolean INST_createDatabaseStructures(
)
|
|
Sets up the database tables
Tags:
INST_defaultPluginInstall [line 901]
void INST_defaultPluginInstall(
)
|
|
Handle default install of available plugins Picks up and installs all plugins with an autoinstall.php. Any errors are silently ignored ...
INST_getDefaultLanguage [line 867]
string INST_getDefaultLanguage(
string $langpath, string $language, [boolean $utf8 = false])
|
|
Derive site's default language from available information
Tags:
Parameters
| string |
$langpath |
path where the language files are kept |
| string |
$language |
language used in the install script |
| boolean |
$utf8 |
whether to use UTF-8 |
INST_installEngine [line 48]
void INST_installEngine(
string $install_type, int $install_step)
|
|
Installer engine The guts of the installation and upgrade package.
Parameters
| string |
$install_type |
'install' or 'upgrade' |
| int |
$install_step |
- - 4
|
INST_permissionWarning [line 698]
string INST_permissionWarning(
array $files)
|
|
Returns an HTML formatted string containing a list of which files have incorrect permissions.
Tags:
Parameters
| array |
$files |
List of files to check |
INST_personalizeAdminAccount [line 837]
void INST_personalizeAdminAccount(
string $site_mail, string $site_url)
|
|
On a fresh install, set the Admin's account email and homepage
Parameters
| string |
$site_mail |
email address, e.g. the site email |
| string |
$site_url |
the site's URL |
INST_showReturnFormData [line 740]
string INST_showReturnFormData(
$post_data)
|
|
Returns the HTML form to return the user's inputted data to the previous page.
Tags:
Parameters
|