diff options
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php index e69de29..90df7d7 100644 --- a/public/index.php +++ b/public/index.php @@ -0,0 +1,25 @@ +<html> +<a href="/w/">w</a> +</html> + +<?php + +var_dump(__FILE__); + +$htdocs = str_replace(basename(__FILE__), __FILE__, ''); + +var_dump($htdocs); + +var_dump($_SERVER["DOCUMENT_ROOT"]); + + +set_include_path('e:/WEB/wcms'); + +echo get_include_path(); + + + +include('fn/fn.php'); + + +?>
\ No newline at end of file |