aboutsummaryrefslogtreecommitdiff
path: root/public/index.php
blob: 90df7d7b6d4f1848dfce029f811d3f3cf8ed4eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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');


?>