Adding phpinfo to test1.php, removing test2.php

Chris Pollett [2013-01-02 01:Jan:nd]
Adding phpinfo to test1.php, removing test2.php

Signed-off-by: Chris Pollett <chris@pollett.org>
Filename
test1.php
test2.php
diff --git a/test1.php b/test1.php
index acb6c3546..e2b4c3771 100644
--- a/test1.php
+++ b/test1.php
@@ -1,2 +1,3 @@
 <?php
+    phpinfo();
 ?>
diff --git a/test2.php b/test2.php
deleted file mode 100644
index acb6c3546..000000000
--- a/test2.php
+++ /dev/null
@@ -1,2 +0,0 @@
-<?php
-?>
ViewGit