]> git.nbdom.net Git - nb.git/commitdiff
index.php
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 20 Nov 2016 16:39:17 +0000 (16:39 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 20 Nov 2016 16:39:17 +0000 (16:39 +0000)
src/Docker/Compose/dbq/index.php

index c1bf87f6afd47cf91abaa6bff8db8389ab460feb..95a5408356a8598698369ed69fe2cff79fbfa1d9 100644 (file)
@@ -1,10 +1,12 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?php
+echo '<?xml version="1.0" encoding="utf-8"?>'."\n";
+?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 
 <head>
 
-       <title>[% var.filename %] - [% user.me_now %]</title>
+       <title>APP</title>
 
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <link href="" rel="stylesheet" type="text/css" />
@@ -18,6 +20,9 @@
 <body>
 
        <h1>APP</h1>
+  <p>
+    DOCUMENT_ROOT: <?=$_SERVER['DOCUMENT_ROOT']?>
+  </p>
 </body>
 
 </html>