Hi, forgive me if this is a rudimentary question, I have searched and
searched without success

I am trying to do a custom install of SM, I want to integrate it into a
CMS
I am looking for a way to prepend all SM links
to do that I believe I need to have control over the value of SM_PATH?

please could somebody help me with this? better still, could someone
explain briefly how SM_PATH gets set?
I believe that this occurs during the config.pl script?

sorry if this is a dumb question(s)


see top of the page of every src/*.php

check other php files.

check squirrelmail versions between 1.3.0, 1.3.2 and 1.4.0rc1.
http://cvs.sf.net/viewcvs.py/squirrelmail/squirrelmail/plugins/abook_take/take.php?r1=1.3&r2=1.4

if (!defined('SM_PATH'))  {
    define('SM_PATH','../../');
}

Also note that because SM_PATH is relative, it probably is not going to make a difference to you and your CMS.... you should not need to change it.


- Paul


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to