Forum Moderators: coopster
My next thing is to make the CMS system load up HTML or text files and edit them!
I know that using the fopen command and the write commands, the CHMOD of the file has to be writeable, but this opens up a security flaw.
Is there anyway that a PHP command could change the CHMOD of a file before it is opened to make it writable and then change it back to just read?