summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
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']));