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