PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
plugins
/
wp-all-import-pro
/
src
/
App
/
Controller
<?php namespace Wpai\App\Controller; use Wpai\Http\JsonResponse; class SchedulingConnectionController { public function indexAction() { return new JsonResponse(array('success' => true)); } }
[+]
..
[-] SchedulingLicenseController.php
[edit]
[-] SchedulingConnectionController.php
[edit]