summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
authorjade (winter)2025-12-05 00:34:03 +0000
committerjade (winter)2025-12-05 00:34:03 +0000
commit92d27365cadbd98e6d709673cd0729de8793c494 (patch)
treee7ac18fab25957d39745a865ef269f6b6733f15a /search.php
initial commit
Diffstat (limited to 'search.php')
-rw-r--r--search.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/search.php b/search.php
new file mode 100644
index 0000000..ad52c35
--- /dev/null
+++ b/search.php
@@ -0,0 +1,3 @@
+<?php
+
+header('Location: .?path=/experience/inline/search?q=' . urlencode($_GET['q']));