PATH: /home/hwyuvbry/dear.waroenkhoki123.web.id/staff
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 .htaccess
↓
X
📄 anggota.php
↓
X
📁 assets/
X
📄 dasbor.php
↓
X
📄 deposit.php
↓
X
📄 error_log
↓
X
📄 footer.php
↓
X
📄 index.php
↓
X
📄 keluar.php
↓
X
📄 masuk.php
↓
X
📄 masuk_step_1.php
↓
X
📄 navbar.php
↓
X
📄 profil.php
↓
X
📄 sidebar.php
↓
X
📄 tambah_anggota.php
↓
X
📄 ubah_anggota.php
↓
X
📄 ubah_deposit.php
↓
X
📄 ubah_withdraw.php
↓
X
📄 verifikasi.php
↓
X
📄 withdraw.php
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: keluar.php
<?php include_once "../koneksi.php"; session_start(); session_destroy(); $perbarui_data_staff = mysqli_query($koneksi, "UPDATE staff SET kode_staff = NULL"); if ($perbarui_data_staff) { header("location: ".$alamat_staff.""); exit; } else { echo 'Proses Gagal<br>Error : '.$perbarui_data_staff.'<br>'.mysqli_error($koneksi); } ?>
SIMPAN PERUBAHAN