[Phpslash-commit] CVS: phpslash-dev/include/class functions.inc,1.19,1.20
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-11-15 22:09:26
|
Update of /cvsroot/phpslash/phpslash-dev/include/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7862/phpslash-dev/include/class Modified Files: functions.inc Log Message: corrected host links. Index: functions.inc =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/class/functions.inc,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** functions.inc 18 Oct 2004 23:11:42 -0000 1.19 --- functions.inc 15 Nov 2004 22:09:13 -0000 1.20 *************** *** 1196,1200 **** 'MAILTOADDRESS' => $ary['mail_to_address'], 'SITE_NAME' => $_PSL['site_name'], ! 'SITE_OWNER' => $_PSL['site_owner'] )); --- 1196,1201 ---- 'MAILTOADDRESS' => $ary['mail_to_address'], 'SITE_NAME' => $_PSL['site_name'], ! 'SITE_OWNER' => $_PSL['site_owner'], ! 'SITE_HOST' => $_SERVER['HTTP_HOST'] )); |