Sfoglia il codice sorgente

First backend file

Ecconia 7 anni fa
commit
6c73c146e2
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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'];