- Timestamp:
- Dec 3, 2009, 5:25:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/set_cash_cookie_path.php
r477 r478 8 8 */ 9 9 if ( !defined('USER_COOKIE') ) 10 define('USER_COOKIE', 'wordpress_' . $modname . ' user_' . $hash);10 define('USER_COOKIE', 'wordpress_' . $modname . '_user_' . $hash); 11 11 12 12 /** … … 15 15 */ 16 16 if ( !defined('PASS_COOKIE') ) 17 define('PASS_COOKIE', 'wordpress_' . $modname . ' pass_' . $hash);17 define('PASS_COOKIE', 'wordpress_' . $modname . '_pass_' . $hash); 18 18 19 19 /**
Note: See TracChangeset
for help on using the changeset viewer.