fopen function

I want a extra option in DA to disable/enable fopen function for one user.

  • Yes, I want that also!

    Votes: 14 87.5%
  • No, please keep DA simple as posible

    Votes: 1 6.3%
  • what is the fopen function?

    Votes: 1 6.3%

  • Total voters
    16

snaaps

Verified User
Joined
Jan 29, 2005
Messages
227
Location
Netherlands
Hello,

maybe a good idea to add a new function for disable/enable the fopen function for one user on the system.
this can be added to the safemode setting in directadmin.
 
Hello,

maybe a good idea to add a new function for disable/enable the fopen function for one user on the system.
this can be added to the safemode setting in directadmin.

Good idee Marcel, I hate to edit the seperate files constantly!
 
Ok, I found out that these can be easly add to the user httpd.conf.
just like the safemode, it always put these information into the user httpd.conf.

add the following line to the user httpd.conf:
php_admin_flag allow_url_fopen On/Off
 
When you edit the users httpd.conf manual it will be overwritten after some time, and you have to add the php admin flag again.

So it would be great if this could be included like safe_mode and open_basedir configuration :)

This will make DA ''a bit more safer out o/t box''
 
Would like that also.. the easy of a setting within the panel is prefered above editting custom httpd configurations.
 
Back
Top