first commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
class Paypal extends Users_Controller {
|
||||
|
||||
public function index() {
|
||||
|
||||
$data = $this->getSessionArray();
|
||||
if (!isset($_SESSION['username']) or $_SESSION['username'] == '') {
|
||||
redirect(home);
|
||||
} else {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public function retn() {
|
||||
$data = $this->getSessionArray();
|
||||
}
|
||||
|
||||
public function canc() {
|
||||
$data = $this->getSessionArray();
|
||||
|
||||
redirect('/member/addfund');
|
||||
}
|
||||
|
||||
public function ipn() {
|
||||
$data = $this->getSessionArray();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user