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