Subversion Repositories Applications.papyrus

Rev

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

Rev 433 Rev 436
Line 26... Line 26...
26
	$sRealPath = realpath( './' ) ;
26
	$sRealPath = realpath( './' ) ;
Line 27... Line 27...
27
 
27
 
28
	$sSelfPath = $_SERVER['PHP_SELF'] ;
28
	$sSelfPath = $_SERVER['PHP_SELF'] ;
Line 29... Line 29...
29
	$sSelfPath = substr( $sSelfPath, 0, strrpos( $sSelfPath, '/' ) ) ;
29
	$sSelfPath = substr( $sSelfPath, 0, strrpos( $sSelfPath, '/' ) ) ;
Line 30... Line -...
30
 
-
 
31
	//return substr( $sRealPath, 0, strlen( $sRealPath ) - strlen( $sSelfPath ) ) ;
30
 
Line 32... Line 31...
32
	
31
	return substr( $sRealPath, 0, strlen( $sRealPath ) - strlen( $sSelfPath ) ) ;
33
	return "/home/david/workspace/papyrus";
32