prepare for removal scripts ... prepare for removal scripts ...
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

prepare for removal scripts ...

Started by ngabriel4, September 06, 2004, 08:18:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ngabriel4

for shell-exec disabled sites ( for security reasons,  e.g. ) :

suggest changing the shell call  `chmod -R 777 .... '  to the function call chmod("file-name", 0777);
Might need another for loop to process each file in the directory ( instead of the -R ).

Joachim Müller

<?php
chmod
("foldername"chmod_mode);
?>
already exists in various places within coppermine, what exactly are you suggesting?

Joachim