Move accessible files to public folders and adjust paths.

This commit is contained in:
2023-12-29 13:34:49 +01:00
parent e090fdc63d
commit 73073186c0
65 changed files with 202 additions and 450 deletions

View File

@@ -65,11 +65,8 @@
echo " </tr>\n";
?>
</table>
<?php
include "inhalte/kalender.php";
echo "<br style=\"clear:right;\" />";
include "inhalte/kal_def.php";
echo "<br class=\"clear\" />\n";
include "inhalte/preis_def.php";
?>
<?php include __DIR__ . '/../kalender.php'; ?>
<br style="clear:right;" />
<?php include __DIR__ . '/../kal_def.php'; ?>
<br class="clear" />
<?php include __DIR__ . '/../preis_def.php'; ?>