Skip to content
Snippets Groups Projects
Commit 6c76e561 authored by fitrakun's avatar fitrakun
Browse files

Change url service from Pendidikan dan Pelatihan

parent 59cc177f
No related merge requests found
Pipeline #3030 skipped
...@@ -131,7 +131,7 @@ $nip_pegawai = $_SESSION['nip_pegawai']; ?> ...@@ -131,7 +131,7 @@ $nip_pegawai = $_SESSION['nip_pegawai']; ?>
<div class="panel-body"> <div class="panel-body">
<?php <?php
//header('Access-Control-Allow-Origin: *'); //header('Access-Control-Allow-Origin: *');
$url = "http://localhost/templatePPL2/P3/api/rekomendasi.json"; //ini harusnya url dari ahmad :) $url = "http://167.205.35.176:10024/assets/penilaian.json";
$response = file_get_contents($url); $response = file_get_contents($url);
$jfo = json_decode($response,true); $jfo = json_decode($response,true);
foreach($jfo as $j) foreach($jfo as $j)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment