From a7118a86752b3c7587f69a309822e484dd2c548e Mon Sep 17 00:00:00 2001 From: Martin Raiber Date: Mon, 10 Sep 2012 01:41:01 +0200 Subject: [PATCH] Incremented version --- index.php | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++ version.txt | 2 +- 2 files changed, 106 insertions(+), 1 deletion(-) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..1a18593 --- /dev/null +++ b/index.php @@ -0,0 +1,105 @@ + + + + + <?php echo $title; ?> + + + +
+

+"; + echo " "; + echo "
\n"; + echo " \n"; + echo "
Size: " . format_size($file) . "
Last modified: " . date("D. F jS, Y - h:ma", filemtime($file)) . "
\n"; + echo "
\n"; + echo "
"; +} + + +?> + + + \ No newline at end of file diff --git a/version.txt b/version.txt index aaa6442..f70d7bb 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -41 \ No newline at end of file +42 \ No newline at end of file