From: bochard Date: Fri, 18 Apr 2025 13:18:55 +0000 (+0800) Subject: somefixe X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=5e78c2e05e50ca8ba0f03a5fafc50e5e9982bd0e;p=mysite.git somefixe --- diff --git a/404.php b/404.php index 4653d53..7d16889 100755 --- a/404.php +++ b/404.php @@ -12,7 +12,7 @@ - +

There's no such link like that on my site. are you looking for easter eggs?!

@@ -20,7 +20,7 @@
- + \ No newline at end of file diff --git a/filesystem.php b/filesystem.php new file mode 100644 index 0000000..923e532 --- /dev/null +++ b/filesystem.php @@ -0,0 +1,30 @@ +$entry"; + + // If the entry is a directory, recursively call this function + if (is_dir($dir . '/' . $entry)) { + echo ""; + } + } + } + closedir($handle); + } +} + +// Start displaying from the current directory +echo "

Filesystem Structure

"; +echo ""; +?> diff --git a/includes/header.php b/includes/header.php index 82db42c..a63c9dd 100755 --- a/includes/header.php +++ b/includes/header.php @@ -1,6 +1,6 @@
- doraemon hello gif + doraemon hello gif tree with welcome text gif

welcome to my website!

under construction text gif diff --git a/index.php b/index.php index 3077028..b9b4f91 100755 --- a/index.php +++ b/index.php @@ -71,7 +71,7 @@ - + \ No newline at end of file