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

Revision 15180, 297 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]10require_once("../../require.php");
11
[15180]12$objSiteSess = new SC_SiteSession();
13$objCartSess = new SC_CartSession();
14$objQuery = new SC_Query();
[14676]15
[15180]16sfPrintR($_SESSION);
[14676]17
18?>
Note: See TracBrowser for help on using the repository browser.