Inital commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Deny from all
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 130 B |
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
$access_restricted = false;
|
||||
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/startup.php');
|
||||
|
||||
$pagetitle = 'tilman.de';
|
||||
$breadcrumb = 'Seite';
|
||||
// $keywords = '';
|
||||
// $description = '';
|
||||
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/pageheader.php');
|
||||
?>
|
||||
|
||||
<div class="content">
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/pagefooter.php');
|
||||
?>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/startup.php');
|
||||
|
||||
$pagetitle = 'Japan-Abend 2005-13-08';
|
||||
$breadcrumb = '';
|
||||
|
||||
$bilderordner = 'bilder';
|
||||
$bilderliste = getDirArray($bilderordner);
|
||||
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/imageprovider.php');
|
||||
|
||||
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/pageheader.php');
|
||||
?>
|
||||
|
||||
<div class="content">
|
||||
<?php
|
||||
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/imageviewer.php');
|
||||
?>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/pagefooter.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user