ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
hello_world.php
Go to the documentation of this file.
1<?php
2
19require_once(__DIR__ . "/../artifacts/bootstrap.php");
20
21// This calls a simple entrypoint, for testing and documentation purpose. This
22// should just print a simple hello and will work when bootstrapping works.
23
24exit(entry_point("Component/HelloWorld"));
exit
entry_point(string $name)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: result1.php:21