ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
hello_world.php
Go to the documentation of this file.
1 <?php
2 
19 require_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 
24 exit(entry_point("Component/HelloWorld"));
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