Small bug in autocreated mail for new users - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: Tickets / Roadmap / Timeline (/forum-50.html) +--- Thread: Small bug in autocreated mail for new users (/thread-12339.html) |
Small bug in autocreated mail for new users - fluser - 12-04-2010 09:09 AM Hello all There is a very small bug in 1.0.7 in the autogenerated mail for new users. Change: Code: Statistics: {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}/{USERNAME}/stats/ Code: Statistics: {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}/stats/{USERNAME}/ If you don't change it, the user won't be able to go directly to the statistic page over the URL sent by mail. Best Regards Fluser RE: Small bug in autocreated mail for new users - RatS - 12-04-2010 05:33 PM Thank you, however the right link should be: PHP Code: {BASE_SERVER_VHOST_PREFIX}{USERNAME}/stats/ |