Currently, eval is used to expand some of the variables in setting strings. Since the number of useful variables is limited, str_replace should be used instead, since eval also allows execution of other code. For someone with admin priviledges this can be an issue.
Currently, eval is used to expand some of the variables in setting strings. Since the number of useful variables is limited, str_replace should be used instead, since eval also allows execution of other code. For someone with admin priviledges this can be an issue.