FlashPlaya
February 9th, 2005, 08:26 PM
I am installing a mailer app, and it is asking me for my $LM_PATH
Here is what the code looks like... I am on a linux machine..
// Full directory path with trailing slash to ListMessenger directory.
// Examples: Linux /home/vhosts/domain.com/httpdocs/listmessenger/
// Windows C:/websites/domain.com/public_html/listmessenger/
// When using Windows, use forward slashes, not backslashes.
$LM_PATH = "../";
thanks guys...
Here is what the code looks like... I am on a linux machine..
// Full directory path with trailing slash to ListMessenger directory.
// Examples: Linux /home/vhosts/domain.com/httpdocs/listmessenger/
// Windows C:/websites/domain.com/public_html/listmessenger/
// When using Windows, use forward slashes, not backslashes.
$LM_PATH = "../";
thanks guys...