aboutsummaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-03-17 19:55:22 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-03-17 19:55:22 +0100
commita8d40a4ac2f73da9509bde6c8337c13042cc6992 (patch)
treeaccc85f0fa42511a5c05eb26b08a5910f4b9e03a /public/index.php
parent58ae39dcd52259e280c21c9f3df8ee2e2eae1947 (diff)
downloadwcms-a8d40a4ac2f73da9509bde6c8337c13042cc6992.tar.gz
wcms-a8d40a4ac2f73da9509bde6c8337c13042cc6992.zip
transfert
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php25
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