12 lines
245 B
PHP
12 lines
245 B
PHP
<?php
|
|
// echo "<script>
|
|
// const data = {
|
|
// token: '',
|
|
// handphone: ''
|
|
// };
|
|
// AndroidInterface.saveData(JSON.stringify(data));
|
|
// </script>";
|
|
|
|
session_destroy();
|
|
echo "<script>location='".baseurl()."';</script>";
|
|
?>
|