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

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