Changeset 10118
- Timestamp:
- 2006/12/04 11:58:19 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/downloads/module/affiliate.php (modified) (1 diff)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/affiliate.php
r8549 r10118 10 10 11 11 12 require_once("../ ../require.php");12 require_once("../require.php"); 13 13 14 14 $arrConversionPage = array( -
temp/trunk/html/install/index.php
r10117 r10118 522 522 $arrRet = $objQuery->select("shop_name, email01", "dtb_baseinfo"); 523 523 $shop_name = $arrRet[0]['shop_name']; 524 $ = $arrRet[0]['email01'];524 $admin_mail = $arrRet[0]['email01']; 525 525 } 526 526 }
Note: See TracChangeset
for help on using the changeset viewer.
