OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
knoblyExpressLandingPage
/
cream
/
API
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
09/23/2024 04:31:51 AM
rwxr-xr-x
📄
.htaccess
128 bytes
09/23/2024 04:31:46 AM
rw-r--r--
📄
Write_a_Resume_that_stands_out.html
1.01 KB
09/23/2024 04:31:47 AM
rw-r--r--
📄
composer.json
65 bytes
09/23/2024 04:31:46 AM
rw-r--r--
📄
composer.lock
14.53 KB
09/23/2024 04:31:46 AM
rw-r--r--
📄
index.php
192 bytes
09/23/2024 04:31:47 AM
rw-r--r--
📄
swagger.php
2.52 KB
09/23/2024 04:31:47 AM
rw-r--r--
Editing: index.php
Close
<?php require_once 'controllers/API.php'; // include '../inc/validate.logged.php'; // Initialize API controller $gUserId = 391; $api = new API(); $api->handleRequest($gUserId); ?>