1e51ef7def
- Konzept/, didaktik_geografie/, didaktik_simulation/, v2-modules/, v2-platform/ - 12 code-workspace-Files - STATUS-*.md - viele M/D/R-Änderungen an bereits getrackten Files - .gitignore verstärkt: **/.humaninput/, **/secret_keys.txt Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
8 lines
187 B
PHP
8 lines
187 B
PHP
<?php
|
|
/**
|
|
* Modul-Detailseite: Fluggesellschaft
|
|
* URL: https://geograsim.at/modul-fluggesellschaft
|
|
*/
|
|
$MODULE_ID = 'fluggesellschaft';
|
|
require __DIR__ . '/_partials/modul_detail.php';
|