News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

removong IP from ecard

Started by pedped, July 29, 2005, 11:35:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pedped

could some one please tell me how do i remove the IP address from ecard?
thx

Nibbler

It's this line in ecard.php

$message .= "Sent by $sender_name from IP {$_SERVER['REMOTE_ADDR']} at ".gmstrftime("%A,  %B,%d,%Y %I:%M %p ", time())." [GMT]";

You can either modify that or comment it out or remove it completely.

pedped