芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/network.digitalhubbd.com/fns/payments/load.php
<?php function payment_module($payment_data) { $result = array(); if (isset($payment_data['gateway'])) { $find_gateway = $payment_data['gateway']; if (!empty($find_gateway)) { $find_gateway = preg_replace("/[^a-zA-Z0-9_]+/", "", $find_gateway); $find_gateway = str_replace('libraries', '', $find_gateway); } if (!empty($find_gateway)) { $function_file = 'fns/payments/'.$find_gateway.'.php'; if (file_exists($function_file)) { include($function_file); } } } return $result; }
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage