source: branches/feature-module-paygent/data/downloads/module/mdl_paygent/paygent_batch.php @ 15853

Revision 15853, 262 bytes checked in by naka, 17 years ago (diff)
Line 
1<?php
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7$PAYGENT_BATCH_DIR = realpath(dirname( __FILE__));
8require_once($PAYGENT_BATCH_DIR . "/mdl_paygent.inc");
9
10sfPaygentBatch();
11
12print("OK");
13
14?>
Note: See TracBrowser for help on using the repository browser.