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
2012-01-12 19:53:51 +11:00

16 lines
374 B
PHP

<?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 {
}
?>