Skip to content

Commit

Permalink
update indexes for configimport
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag committed Oct 14, 2024
1 parent 477f1ac commit 340c9c7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion data/en/all.json

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions data/en/configimport.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,13 @@

],
"engines": {
"lucee": {"minimum_version":"5.3.8.207", "notes":"", "docs":"https://docs.lucee.org/reference/functions/configimport.html"}
"lucee": {"minimum_version":"5.3.8", "notes":"Added in 5.3.8.207", "docs":"https://docs.lucee.org/reference/functions/configimport.html"}
},
"links": [{
"title":"configimport",
"description":"Lucee Documentation for configimport",
"url":"https://docs.lucee.org/reference/functions/configimport.html"
}],
"links": [],
"examples": [
{
"title": "Example for importing a configuration",
"description": "Imports a configuration based on the CFConfig format from a file using a passeword stored in an environment variable.",
"description": "Imports a configuration based on the CFConfig format from a file using a password stored in an environment variable.",
"code": "configImport(\n\tpath: expandPath('/config/config.json'),\n\ttype: 'server',\n\tpassword: SERVER.system.environment.PASSWORD\n);",
"runnable":false
}
Expand Down
2 changes: 1 addition & 1 deletion data/en/functions.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion data/en/iif.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/iif"}
},
"links": [

{
"title": "ColdFusion IIF Security Guide",
"description": "Learn how to avoid RCE with the IIF function.",
"url": "https://foundeo.com/security/guide/iif/"
}
],
"examples": [
{
Expand Down
2 changes: 1 addition & 1 deletion data/en/index.json

Large diffs are not rendered by default.

0 comments on commit 340c9c7

Please sign in to comment.