No description
Find a file
Kumi 51c0f2e058
fix: remove redundant require_login call in view_content.php
Removed an unnecessary require_login call from the view_content.php file. The user is already authenticated earlier in the workflow, ensuring there is no duplicate authentication process. This change streamlines the code and improves efficiency by avoiding redundant checks.
2024-07-08 12:52:42 +02:00
classes/output fix(renderer): remove accidental characters before PHP tag 2024-07-05 12:32:43 +02:00
db refactor: remove deprecated event observers and modal HTML 2024-07-05 12:44:26 +02:00
lang/en feat(lang): add new language strings for EXP360 activity 2024-07-05 11:33:09 +02:00
pix feat(assets): add new icon images in GIF and PNG formats 2024-07-05 12:25:07 +02:00
global.js refactor: remove deprecated event observers and modal HTML 2024-07-05 12:44:26 +02:00
index.php feat: add basic structure for exp360 module 2024-07-05 11:30:55 +02:00
lib.php refactor: remove deprecated event observers and modal HTML 2024-07-05 12:44:26 +02:00
mod_form.php feat: add intro fields to exp360 module 2024-07-05 11:38:10 +02:00
README.md refactor: remove deprecated event observers and modal HTML 2024-07-05 12:44:26 +02:00
script.js refactor(modal): extract iframe URL setting to reusable function 2024-07-08 10:28:46 +02:00
test.html feat(exp360): add EXP360 module for embedding 360° content 2024-07-05 11:13:58 +02:00
version.php chore: bump version to 2024070504 2024-07-05 12:03:35 +02:00
view.php feat(exp360): add EXP360 module for embedding 360° content 2024-07-05 11:13:58 +02:00
view_content.php fix: remove redundant require_login call in view_content.php 2024-07-08 12:52:42 +02:00