% '============================================================================= ' FILE: check_printer_machines_count.asp ' STATUS: MOVED TO /admin/ DIRECTORY ' DATE MOVED: October 27, 2025 ' REASON: Security - database diagnostic tool '============================================================================= Response.Status = "404 Not Found" Response.Write("") Response.Write("") Response.Write("
This diagnostic script has been moved to a secure location.
") Response.Write("Reason: Database diagnostic tools should be admin-only.
") Response.Write("New Location: /admin/ directory (access restricted)
") Response.Write("If you are an administrator and need to run this script, please contact the system administrator.
") Response.Write("Date Moved: October 27, 2025
") Response.Write("") Response.Write("") Response.End %>