Subversion Repositories Applications.papyrus

Rev

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

Rev 431 Rev 433
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, '/' ) ) ;
-
 
30
 
-
 
31
	//return substr( $sRealPath, 0, strlen( $sRealPath ) - strlen( $sSelfPath ) ) ;
30
 
32
	
Line -... Line 33...
-
 
33
	return "/home/david/workspace/papyrus";
31
	return substr( $sRealPath, 0, strlen( $sRealPath ) - strlen( $sSelfPath ) ) ;
34
}
32
}
35