[Phpslash-commit] CVS: phpslash-dev/public_html config-dist.php,1.26,1.27
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-10-01 18:08:53
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30927/phpslash-dev/public_html Modified Files: config-dist.php Log Message: changed url skin change from url to not set cookie unless cookie argument also set. Index: config-dist.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** config-dist.php 1 Oct 2004 18:07:22 -0000 1.26 --- config-dist.php 1 Oct 2004 18:08:43 -0000 1.27 *************** *** 104,108 **** // auth.type -> which authorization type ! if(empty($_PSL['auth.type'])) { $_PSL['auth.type'] = "CR"; } --- 104,108 ---- // auth.type -> which authorization type ! if(!array_key_exists('auth.type', $_PSL)) { $_PSL['auth.type'] = "CR"; } |