]> git.mxchange.org Git - hub.git/blobdiff - udp-inc.php
Just moved
[hub.git] / udp-inc.php
diff --git a/udp-inc.php b/udp-inc.php
deleted file mode 100644 (file)
index b92a35c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-global $last_msg;
-$last_msg = "";
-
-function out ($file, $line, $message, $displayDouble = false) {
-       global $last_msg;
-       if (($last_msg != $message) || ($displayDouble)) {
-               print(basename($file)."[${line}]: ${message}\n");
-               $last_msg = $message;
-       }
-}
-
-?>