source:
branches/feature-module-paygent/html/test/naka/test.php
@
15265
Revision 15265, 340 bytes checked in by naka, 14 years ago (diff) |
---|
Line | |
---|---|
1 | <?php |
2 | |
3 | /** |
4 | * |
5 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. |
6 | * |
7 | * http://www.lockon.co.jp/ |
8 | * |
9 | */ |
10 | |
11 | //require_once("../../require.php"); |
12 | |
13 | /* |
14 | $objSiteSess = new SC_SiteSession(); |
15 | $objCartSess = new SC_CartSession(); |
16 | $objQuery = new SC_Query(); |
17 | */ |
18 | |
19 | |
20 | $ret = sprintf("0%02d0000", 1); |
21 | |
22 | print($ret); |
23 | |
24 | |
25 | ?> |
Note: See TracBrowser
for help on using the repository browser.