 | enabling a php function for a single account | |
 | TO ENABLE A PHP FUNTION FOR A SINGLE DOMAIN
==============================================
For this, just create a php.ini file in the root directory (public_html) of the account. Copy the line that starts with 'disable_functions' from the server's ma |
|
 |
 | PHP Errors: Warning: ini_set() has been disabled for security reasons | |
 | PHP Errors: Warning: ini_set() has been disabled for security reasons.
You can get this or any similar error by running a PHP script, because the desired function is considered to be dangerous, so it is disabled on main PHP configuration.
We have di |
|
 |