<?php
defined('BASEPATH') OR exit('No direct script access allowed');
require 'vendor/autoload.php';
function Curl()
{
return "BELANKON";
}
?>