This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/modules/payment/classes/Controller/Payment.php

16 lines
374 B
PHP
Raw Normal View History

2011-08-26 01:16:48 +00:00
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* This class provides payment management
*
* @package lnApp
* @subpackage Page/Payment
* @category Controllers
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
*/
class Controller_Payment extends Controller_TemplateDefault {
}
?>