OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
old_sendy
/
includes
/
list
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
add-custom-field.php
2.46 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
delete-custom-field.php
2.27 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
delete.php
1.94 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
dismiss.php
407 bytes
05/19/2025 10:07:16 AM
rw-r--r--
📄
edit-custom-field.php
2.35 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
edit.php
3.75 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
export-skipped-emails.php
1.22 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
main.php
10.37 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
progress.php
2.04 KB
05/19/2025 10:07:16 AM
rw-r--r--
Editing: dismiss.php
Close
<?php include('../functions.php');?> <?php include('../login/auth.php');?> <?php /********************************/ $l = isset($_POST['l']) && is_numeric($_POST['l']) ? mysqli_real_escape_string($mysqli, (int)$_POST['l']) : ''; /********************************/ //Delete skipped emails $q = 'DELETE FROM skipped_emails WHERE list = '.$l; $r = mysqli_query($mysqli, $q); echo $r ? true : false; ?>