From 4c69461903ba2dafda2e3d2c856d86148edf5b07 Mon Sep 17 00:00:00 2001
From: chris <cl@startx.fr>
Date: Fri, 20 Jun 2014 19:27:35 +0200
Subject: Added sample to the readme and change directory structure

---
 Applications/phpmyadmin/test.php | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 Applications/phpmyadmin/test.php

(limited to 'Applications/phpmyadmin/test.php')

diff --git a/Applications/phpmyadmin/test.php b/Applications/phpmyadmin/test.php
new file mode 100644
index 0000000..a7796a0
--- /dev/null
+++ b/Applications/phpmyadmin/test.php
@@ -0,0 +1,4 @@
+<?php
+print_r($_SERVER);
+print_r($_ENV);
+?>
-- 
cgit v1.2.3