source: branches/feature-module-paygent/html/test/naka/test.php @ 15265

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