Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
install.php
Go to the documentation of this file.
1
<?php
2
3
date_default_timezone_set(
'UTC'
);
4
5
$autoload_path
= __DIR__ .
'/vendor/autoload.php'
;
6
$autoload_available
= include_once(
$autoload_path
);
7
if
(!
$autoload_available
) {
8
die(
"Couldn't include '$autoload_path'. Did you run `composer install`?"
);
9
}
10
11
\Elgg\Application::install
();
Elgg\Application\install
static install()
Renders a web UI for installing Elgg.
Definition:
Application.php:485
$autoload_available
$autoload_available
Definition:
install.php:6
$autoload_path
$autoload_path
Definition:
install.php:5
Generated on Wed Dec 4 2024 00:00:22 for Elgg by
1.8.11