Initial commit: plantilla base PHP para webs Acai CMS

This commit is contained in:
Jordan
2026-02-21 21:13:57 +00:00
commit ed811be892
322 changed files with 62738 additions and 0 deletions

View File

@@ -0,0 +1 @@
module.exports = { defaultExtractor: (content) => content.match(/[^<>"'`\s]*[^<>"'`\s:]/g) || []};