Dashboard
Change Log
Issue Tracker
Register
Log In
View Issue Detail
ID
Project
Category
Submitted / Last Updated
02134
UserSpice
ACP Code
2025-07-15 22:26:19
Reported
Dan Hoover
Assigned To
Unassigned
Priority
none
Reported
5.8.6
Status
new
Resolution Version and Commit
Summary
Ipvheck
Description
helper edit... if (!function_exists('ipCheck')) { function ipCheck() { if (php_sapi_name() === 'cli') { return '127.0.0.1'; // added home for cli and crontab -e } return $_SERVER['REMOTE_ADDR'] ?? ''; } }