Control Web Panel

WebPanel => PHP => Topic started by: alper on April 03, 2016, 03:59:58 AM

Title: Enable Exec()
Post by: alper on April 03, 2016, 03:59:58 AM
How can i enable php exec() ?

I looked for disable_functions=, but there is nothing is arranged for this i mean it is blank. like this : "disable-functions ="

I thought if i removed "exec()" from there, then i would enable it. But even though there is no "exec" commond in disable functions, i cant run a file.
Title: Re: Enable Exec()
Post by: Sandeep on April 03, 2016, 12:47:56 PM
exec is the dangerous PHP function

may i know which version of php you're using and how you installed the php version or it is cwp's default ?