diff --git a/scripts/log.php b/scripts/log.php
new file mode 100644
index 0000000..df7bd2e
--- /dev/null
+++ b/scripts/log.php
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - MMDVM-Dashboard by DG9VH
+
+
+
+
+
+
+ Fichero log
+
+
+eof()) {
+ // Echo one line from the file.
+ echo $file->fgets();
+ echo "
";
+}
+
+// Unset the file to call __destruct(), closing the file handle.
+$file = null;
+
+?>
+
+
+
+
+
+
+