Commit b76efd9e by Roy Junedi Simamora

di hapus

parent 50333ef1
<?php
require '/koneksi.php';
function get_session($_key){
$value = (isset($_SESSION[$_key]))? $_SESSION[$_key]: null;
return($value);
}
?>
\ No newline at end of file
Markdown is supported
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