ok

Mini Shell

Direktori : /home2/selectio/public_html/y1jobportal.in/apps-api/
Upload File :
Current File : /home2/selectio/public_html/y1jobportal.in/apps-api/get-customer-settings.php

<?php
include_once('config/config.php');
include_once('config/custom-functions.php');
include 'config/send-sms.php';
$fn = new custom_functions();

if (isset($_POST['get_settings'])) {
        $response['error'] = false;
        $response['settings']['admin_mobile_no']="8270070086";
	    $response['settings']['admin_email']="info@y1jobportal.in";
	    $response['settings']['admin_whatsapp']="6384000701";
	    $response['settings']['admin_telegram']="6384000701";
	    $response['settings']['app_share']="";
        $response['settings']['current_version'] = '1.0';
        $response['settings']['minimum_version_required'] ='1.0';
        $response['settings']['is-version-system-on'] ='1';
        $response['settings']['pay_amount'] =100;
        
        print_r(json_encode($response));
}


?>

Zerion Mini Shell 1.0