diff --git a/htdocs/usershow.php b/htdocs/usershow.php deleted file mode 100644 --- a/htdocs/usershow.php +++ /dev/null @@ -1,35 +0,0 @@ - - -DistRen :: User List - - - -
-

Registered User List :: For internal use only

-
    -"); -# printf($row["user_id"]); ## LI takes care of this -printf(" | %s\n", $row["email"], $row["name"]); -printf(" | Registered: %s", $row["regdate"], ""); -printf(" | Registration Key: "); -printf($row["regkey"], ""); -printf("
    "); -} - - - - - -?> -
- -