Re: [PHP] jabber - chmod on files
To change the rights from a php script put the following lines define('CHMOD_FILES', 0666); //define('CHMOD_DIRS', 0777); @chmod(Your file name, CHMOD_FILES); Un saludo, Danny
Re: [PHP] jabber - chmod on files
On Friday 01 August 2003 05:51, Carlos Castillo wrote: [snip] > How can I change the perm from the php page, so I change with chmod 644 > .xml before I open it You can't unless you're running your php as root. > or how can I modify jabber so it doesn't > change the perm of the files? A