Ignore:
Timestamp:
2007/08/03 22:34:37 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-paygent/html/test/naka/test.php

    r14676 r15180  
    11<?php 
    22 
     3/** 
     4 *  
     5 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     6 * 
     7 * http://www.lockon.co.jp/ 
     8 *  
     9 */ 
    310require_once("../../require.php"); 
    411 
    5 gfDebugLog($_GET); 
     12$objSiteSess = new SC_SiteSession(); 
     13$objCartSess = new SC_CartSession(); 
     14$objQuery = new SC_Query(); 
    615 
     16sfPrintR($_SESSION); 
    717 
    818?> 
Note: See TracChangeset for help on using the changeset viewer.