Explorar el Código

First backend file

Ecconia hace 7 años
commit
6c73c146e2
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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'];