Esempio n. 1
0
function save_pay($userid, $tc, $object, $description, $total, $type)
{
    include_once "backend/backend.php";
    $backend = new backend();
    return $backend->save_pay($userid, $tc, $object, $description, $total, $type);
}