Jump to content

setting owner and group


smartalco

Recommended Posts

is there a way to modify the owner and group of another file using php?the reason im asking is this ->

Warning: include() [function.include]: SAFE MODE Restriction in effect. The script whose uid/gid is 48/48 is not allowed to access /*censored but correct file path*/photo_template.php owned by uid/gid 672/588 in /*once again*/photo_album/photos1.php on line 6

Any other way to fix this would be appreciated, heres the content of 'photos1.php'

<?php			session_start();			$_SESSION["page_num"] = 1;			$_SESSION["event"] = "Tiger Icy";			?><?php			include $_SERVER['DOCUMENT_ROOT'] . "/*censored*/photo_template.php";			?>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...