STB/views/user/fotos.php

17 lines
301 B
PHP
Raw Normal View History

2025-01-15 19:59:49 +01:00
<?php
$thisPage="stb";
include __DIR__ . "/../layout/header.php";
include __DIR__ . "/../layout/css/navi.css";
?>
</br></br><h1>zur Fotoseite</h1>
<?php
//die();
header("Location: /home/foto/public/index.php/index");
die(); // hier könnte auch eine exeption ausgeführt werden
?>
<?php
?>