ÿØÿàJFIFHHÿá .
BSA HACKER
Logo of a company Server : Apache
System : Linux nusantara.hosteko.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64
User : koperas1 ( 1254)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /proc/thread-self/root/home/koperas1/ksp.koperasikuwaluyosejati.com/application/views/pegawai/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/thread-self/root/home/koperas1/ksp.koperasikuwaluyosejati.com/application/views/pegawai/index.php
<div class="content mt-3">
    <div class="animated fadeIn">
        <div class="row">
            <div class="col-md-12">
                <div class="card">
                    <div class="card-header">
                        <strong class="card-title">Dashboard Pegawai</strong>
                    </div>
                    <div class="card-body">
                        <?= $this->session->flashdata('message'); ?>
                        <h5>Profil Anda</h5><br>
                        <?php foreach ($pegawai as $data) {
                        ?>
                            <label class="font-weight-bold">Nama :</label> <?= $data['nama_pegawai'] ?><br>
                            <label class="font-weight-bold">Alamat :</label> <?= $data['alamat_pegawai'] ?><br>
                            <label class="font-weight-bold">No Telfon :</label> <?= $data['no_telp_pegawai'] ?><br>
                            <label class="font-weight-bold">Username :</label> <?= $data['username'] ?><br>
                            <label class="font-weight-bold">Email :</label> <?= $data['email'] ?><br>
                            <label class="font-weight-bold">Jabatan Anda :</label>
                            <?php
                            if ($data['kategori'] == 1) {
                                echo 'Admin';
                            } else {
                                echo 'Pegawai';
                            }
                            ?>
                            <br>
                        <?php
                        } ?>
                    </div>
                </div>
            </div>
        </div>
    </div><!-- .animated -->
</div><!-- .content -->