diff options
author | xue <> | 2005-11-19 02:42:35 +0000 |
---|---|---|
committer | xue <> | 2005-11-19 02:42:35 +0000 |
commit | bc1a7e1e3a67537189d30013ea6d5fa4bf98e8e4 (patch) | |
tree | cf4505fc457292ed5499b16d2412bd00ab14a0bd /framework/Web/THttpRequest.php | |
parent | c2b0b3123d351e1ec96203eb099e35c6d5c6bdc9 (diff) |
Diffstat (limited to 'framework/Web/THttpRequest.php')
-rw-r--r-- | framework/Web/THttpRequest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/THttpRequest.php b/framework/Web/THttpRequest.php index dd1bd662..59e65a7e 100644 --- a/framework/Web/THttpRequest.php +++ b/framework/Web/THttpRequest.php @@ -212,7 +212,7 @@ class THttpRequest extends TComponent implements IModule }
/**
- * @return string application entry script file path
+ * @return string application entry script file path (processed w/ realpath())
*/
public function getPhysicalApplicationPath()
{
|