Subversion Repositories php-qbpwcf

Rev

Rev 371 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 371 Rev 383
Line 29469... Line 29469...
29469
		*/
29469
		*/
29470
 
29470
 
29471
		#初始化 chmod 指令
29471
		#初始化 chmod 指令
29472
		$chmod="chmod";
29472
		$chmod="chmod";
29473
 
29473
 
29474
		#如果不是root賬戶在運行
29474
		#如果不是root賬戶在運行,且為使用者觸發.
29475
		if($getConnectionInfo["phpUserType"]!=="intrinsic"){
29475
		if($getConnectionInfo["phpUserType"]!=="intrinsic" && !empty($getConnectionInfo["phpUser"])){
29476
 
29476
 
29477
			#如果不是擁有者的檔案/目錄
29477
			#如果不是擁有者的檔案/目錄
29478
			if($getConnectionInfo["phpUser"]!==$fileInfo["content"]["ownerName"]){
29478
			if($getConnectionInfo["phpUser"]!==$fileInfo["content"]["ownerName"]){
29479
 
29479
 
29480
				#如果是wheel成員
29480
				#如果是wheel成員