Browse Source

First backend file

Ecconia 7 years ago
commit
6c73c146e2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dist/index.php

+ 3 - 0
dist/index.php

@@ -0,0 +1,3 @@
+<?php
+	echo 'LOL<br>' . PHP_EOL;
+	echo 'You requested path: ' . $_SERVER['REQUEST_URI'];