From 90aab6db1cd794bd582bd6531b732c39846adae8 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sat, 19 Sep 2026 11:49:00 -0700 Subject: Remove unused file --- php/path-clean.php | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 php/path-clean.php diff --git a/php/path-clean.php b/php/path-clean.php deleted file mode 100644 index d7b5fbf..0000000 --- a/php/path-clean.php +++ /dev/null @@ -1,25 +0,0 @@ -. - */ - -function path_clean($path) { - $pattern = '/(\.\.\/)+/'; - return preg_replace($pattern, '', $path); -} - -?> -- cgit v1.2.3