REST Service for POPCORN - ILIAS
alex
2025-06-18 2eac54c720449180449b238bcb4854105ee76f78
php/globus-ilias-rest/api.php
File was renamed from php/alex.php
@@ -1,7 +1,8 @@
<?php
declare(strict_types=1);
$token = "jkhHKhui899HUKHBzGHtgoiedko2393490";
$token = file_get_contents("token");
$token = trim($token);
try {
    # Init ILIAS
@@ -106,4 +107,3 @@
}
?>