Browse Source

Se agregó una lista de los atributos del servidor

Alejandro Rosales 1 year ago
parent
commit
9efc618251
1 changed files with 15 additions and 0 deletions
  1. 15 0
      server.php

+ 15 - 0
server.php

@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Server</title>
+</head>
+
+<body>
+    <h1>Server Information</h1>
+    <pre><?= print_r($_SERVER, true) ?></pre>
+</body>
+
+</html>