ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-18 04:50:48
Editing: Form.php
Cancel
Save Changes
<?php /** * Display rendered form to continue payment * * Form must be returned without <h2> headers and common fields * like "confirm" * * @package Am_Paysystem */ class Am_Paysystem_Action_Form extends Am_Paysystem_Action_Redirect { function getVars(){ return $this->_params; } function getUrl(){ return $this->_url; } public function process(Am_Controller $action = null) { $action->view->url = $this->getURL(); $action->view->vars = $this->getVars(); $action->render('payment', '',true); throw new Am_Exception_Redirect($this->getURL()); } }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete