session_start(); include "../config.php"; global $c; include "../data.php"; include "../fungsi.php"; global $config; if($_GET['r'] and !$_SESSION['r']) { $_SESSION['r'] = $_GET['r']; } if(($_SESSION['r'] and !$_GET['r']) or (($_SESSION['r'] and $_GET['r']) and $_GET['r'] != $_SESSION['r'])) { $_GET['r'] = $_SESSION['r']; } ?>