From fd5ca9551ce75d8856451de7928b000cb3b1c779 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Tue, 5 May 2026 21:42:52 +0200 Subject: update --- search.php | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100755 search.php (limited to 'search.php') diff --git a/search.php b/search.php new file mode 100755 index 0000000..72d65c4 --- /dev/null +++ b/search.php @@ -0,0 +1,93 @@ + + + + + + + + + Bloggings + + +
+

Bloggings

+

Blog | Sticky | Search | Français | Git | RSS | Bluesky

+
+
+

Search this blog

+
+ + +
+ + +Results"; + echo 'Search terms: "' . $string . '"'; + echo "

Static Pages

"; + $dir = new RecursiveDirectoryIterator("./sticky"); + echo ""; + echo "

Articles

"; + $dir = new RecursiveDirectoryIterator("./articles"); + echo ""; +} ?> + + +

 

+
+

§

+ + + + + + -- cgit v1.3-3-g829e