You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/cache_purge_rebuild.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
if ($_SERVER['REQUEST_METHOD'] === 'GET'and$random_cache_code == $provided_cache_code) {
18
18
19
19
// First: Purge.
20
-
$limiter = array(); // use the query param "limit" to provide a comma separated list of strings, if you only want to purge specific files. If provided, only files, which contain on of the strings in their filename get purged.
20
+
$limiter = array(); // use the query param "limit" to provide a comma separated list of strings, if you only want to purge specific files. If provided, only files, which contain (so, you do not need to mind the whole file name) one of the strings in their filename get purged.
0 commit comments