so let' say I have a list of directories and files on the server:
/stuff/
/other_stuff/
index.php
/important_stuff/
index.php
script.php
From within the script.php script, how can I make sure the files within the important_stuff directory (__DIR__) cannot be modified by any other script?