REST Service for POPCORN - ILIAS
alex
2025-06-18 2eac54c720449180449b238bcb4854105ee76f78
GS-2166
3 files added
1 files renamed
9 ■■■■ changed files
php/globus-ilias-rest/.htaccess 3 ●●●●● patch | view | raw | blame | history
php/globus-ilias-rest/api.php 4 ●●●● patch | view | raw | blame | history
php/globus-ilias-rest/token 1 ●●●● patch | view | raw | blame | history
rsyncToGlobusfmDev2 1 ●●●● patch | view | raw | blame | history
php/globus-ilias-rest/.htaccess
New file
@@ -0,0 +1,3 @@
<Files "token">
  Require all denied
</Files>
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 @@
}
?>
php/globus-ilias-rest/token
New file
@@ -0,0 +1 @@
jkhHKhui899HUKHBzGHtgoiedko2393490
rsyncToGlobusfmDev2
New file
@@ -0,0 +1 @@
rsync -ar . globusfm-dev2:globus-ilias-rest/