whoami7 - Manager
:
/
home
/
analuakl
/
ankurmedia.com
/
GMR
/
Upload File:
files >> /home/analuakl/ankurmedia.com/GMR/edit.php
<!DOCTYPE html> <?php if (isset($_GET['month'])) { $month = $_GET['month']; echo "<h2>Editing Data for $month</h2>"; } ?> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Photo Booth Dashboard</title> <link rel="stylesheet" href="css/styles.css"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> </head> <body> <script> function editMonth(month) { window.location.href = "edit.php?month=" + encodeURIComponent(month); } </script> </script> </body> </html>
Copyright ©2021 || Defacer Indonesia