PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
api
/
lora
/
controllers
<?php class TestController { public function testMethod($method,Array $args=[]){ return "LoRa - Sono il ".__FUNCTION__." del ".__CLASS__." arrivato in ".$method; } }
[+]
..
[-] TestController.php
[open]