diff options
| author | jade (winter) | 2025-12-05 00:34:03 +0000 |
|---|---|---|
| committer | jade (winter) | 2025-12-05 00:34:03 +0000 |
| commit | 92d27365cadbd98e6d709673cd0729de8793c494 (patch) | |
| tree | e7ac18fab25957d39745a865ef269f6b6733f15a /search.php | |
initial commit
Diffstat (limited to 'search.php')
| -rw-r--r-- | search.php | 3 |
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'])); |
