Explorar el Código

added long,random,name

Pheella hace 3 años
padre
commit
e5f310b198
Se han modificado 3 ficheros con 11 adiciones y 0 borrados
  1. 4 0
      long.php
  2. 3 0
      name.php
  3. 4 0
      random.php

+ 4 - 0
long.php

@@ -0,0 +1,4 @@
+<?php
+sleep(15);
+echo($_SERVER['CUSTOM_SERVER_NAME']);
+?>

+ 3 - 0
name.php

@@ -0,0 +1,3 @@
+<?php
+echo($_SERVER['CUSTOM_SERVER_NAME']);
+?>

+ 4 - 0
random.php

@@ -0,0 +1,4 @@
+<?php
+sleep(rand(3,15));
+echo($_SERVER['CUSTOM_SERVER_NAME']);
+?>