Subversion Repositories qbpwcf-lib(archive)

Rev

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

Rev 868 Rev 874
Line 293... Line 293...
293
		#如果有 rootPath 參數存在
293
		#如果有 rootPath 參數存在
294
		if(isset($parseArgu["content"]["rootPath"][0])){
294
		if(isset($parseArgu["content"]["rootPath"][0])){
295
		
295
		
296
			#更新套件的安裝位置
296
			#更新套件的安裝位置
297
			$rootPath=$parseArgu["content"]["rootPath"][0];
297
			$rootPath=$parseArgu["content"]["rootPath"][0];
-
 
298
			
-
 
299
			#如果路徑不為 "/" 結束
-
 
300
			if($rootPath[strlen($rootPath)-1]!=="/"){
-
 
301
			
-
 
302
				#補上 "/"
-
 
303
				$rootPath=$rootPath."/";
-
 
304
			
-
 
305
				}#if end
298
		
306
		
299
			}#if end
307
			}#if end
300
	
308
	
301
		}#if enf
309
		}#if enf
302
 
310