Browse Source

debugging

Nathaniel van Diepen 10 years ago
parent
commit
dd4a1961bd
2 changed files with 4 additions and 1 deletions
  1. 3 0
      index.php
  2. 1 1
      install/index.php

+ 3 - 0
index.php

@@ -6,5 +6,8 @@
 	</head>
 	<body>
 		<!-- TODO add containers for content -->
+		<?php
+			print_r($_GET);
+		?>
 	</body>
 </html>

+ 1 - 1
install/index.php

@@ -1,3 +1,3 @@
 <?php
-	
+	print_r($_GET);
 ?>