MOON
Server: Apache
System: Linux u18017238.onlinehome-server.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: emblazeone (1003)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emblazeone/public_html/amaroseantiaging/back/config.php
<?php

function getPrice($opt, $pid){

    if ($opt == 1) {
        if ($pid == 1) {
            return '29.95';
        } elseif ($pid == 3) {
            return '83.85';
        } else {
            return '124.75';
        }
    } else {
        if ($pid == 1) {
            return '23.95';
        } elseif ($pid == 3) {
            return '68.85';
        } else {
            return '99.75';
        }
    }
}

function getKonnectiveProductId($opt, $pid){

    if ($opt == 1) {
        if ($pid == 1) {
            return 1;
        } elseif ($pid == 3) {
            return 2;
        } else {
            return 3;
        }
    } else {
        if ($pid == 1) {
            return 4;
        } elseif ($pid == 3) {
            return 5;
        } else {
            return 6;
        }
    }
}