Changeset 1664 for temp/trunk/html/admin
- Timestamp:
- 2006/08/24 14:43:03 (20 years ago)
- Location:
- temp/trunk/html/admin/products
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
index2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r1663 r1664 32 32 $objPage = new LC_Page(); 33 33 $objView = new SC_AdminView(); 34 /* 34 35 35 $objDate = new SC_Date(); 36 36 … … 47 47 $objPage->arrEndMonth = $objDate->getMonth(); 48 48 $objPage->arrEndDay = $objDate->getDay(); 49 */ 49 50 50 // ǧ¾Ú²ÄÈݤÎȽÄê 51 51 $objSess = new SC_Session(); -
temp/trunk/html/admin/products/index2.php
r1645 r1664 1 1 <?php 2 2 3 require_once("../ ../require.php");3 require_once("../require.php"); 4 4 require_once("./index_csv.php"); 5 5 //require_once("../../require2.php");
Note: See TracChangeset
for help on using the changeset viewer.
