Changeset 92 for trunk/include/set_cash_cookie_path.php
- Timestamp:
- Feb 22, 2009, 12:09:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/set_cash_cookie_path.php
r27 r92 1 1 <?php 2 $modname= basename(dirname(dirname(__FILE__)));3 $modurl = XOOPS_URL . '/modules/' . $modname;2 $modname= $xoops_config->module_name; 3 $modurl = $xoops_config->module_url; 4 4 $hash = md5($modurl); 5 5 /**
Note: See TracChangeset
for help on using the changeset viewer.