From 2eac54c720449180449b238bcb4854105ee76f78 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Wed, 18 Jun 2025 14:45:53 +0000
Subject: [PATCH] GS-2166
---
php/globus-ilias-rest/api.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/php/alex.php b/php/globus-ilias-rest/api.php
similarity index 97%
rename from php/alex.php
rename to php/globus-ilias-rest/api.php
index 3f6ff54..b56c520 100644
--- a/php/alex.php
+++ b/php/globus-ilias-rest/api.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 @@
}
?>
-
--
Gitblit v1.8.0