From bab6720aa86ab454fecb89c922d3286cbb85919b Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Sat, 11 Nov 2023 20:22:56 +0000 Subject: [PATCH] Change the location of the categories cache was: /var/db/freshports/cache/general/categories.php now: /var/db/freshports/cache/html/categories.php Why? * cache/general can be cleared at any time - this entity is different and is to be always present and replaced only when a new file is ready. * since the new file will be created by the backend (ingress node), we put it in cache/html instead. --- www/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/search.php b/www/search.php index 2b4c5ffc..832829f6 100644 --- a/www/search.php +++ b/www/search.php @@ -1121,7 +1121,7 @@ function WildCardQuery($db, $stype, $Like, $query) {