Welcome Guest, Not a member yet? Register   Sign In
eval code injection
#2

(This post was last modified: 04-23-2020, 10:48 AM by jreklund.)

You can disable eval() (in you php.ini) without any issue, as long as you have programmed your application without short tags.

PHP Code:
/*
|--------------------------------------------------------------------------
| Rewrite PHP Short Tags
|--------------------------------------------------------------------------
|
| If your PHP installation does not have short tag support enabled CI
| can rewrite the tags on-the-fly, enabling you to utilize that syntax
| in your view files.  Options are TRUE or FALSE (boolean)
|
| Note: You need to have eval() enabled for this to work.
|
*/
$config['rewrite_short_tags'] = FALSE
Reply


Messages In This Thread
eval code injection - by az1409 - 04-23-2020, 04:12 AM
RE: eval code injection - by jreklund - 04-23-2020, 10:47 AM
RE: eval code injection - by az1409 - 05-02-2020, 09:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB