OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
3-31-025chanakya
/
sendy
/
includes
/
helpers
/
integrations
/
zapier
/
triggers
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/26/2025 04:23:36 AM
rwxr-xr-x
📄
dropdowns.php
2.55 KB
03/26/2025 04:23:36 AM
rw-r--r--
📄
functions.php
3.98 KB
03/26/2025 04:23:36 AM
rw-r--r--
📄
hooks.php
2.1 KB
03/26/2025 04:23:36 AM
rw-r--r--
📄
polling.php
4.24 KB
03/26/2025 04:23:36 AM
rw-r--r--
📄
user.php
414 bytes
03/26/2025 04:23:36 AM
rw-r--r--
Editing: user.php
Close
<?php ini_set('display_errors', 0); include('../../../../../includes/config.php'); include('../../../../../api/_connect.php'); ?> <?php //GET variables sent by Zapier $api_key = mysqli_real_escape_string($mysqli, $_GET['api_key']); //Verify API key if(!verify_api_key($api_key)) //if incorrect, { header('HTTP/ 400 Your API key is incorrect'); echo '{"message":"Your API key is incorrect."}'; } ?>