mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
13 lines
234 B
PHP
13 lines
234 B
PHP
<?php
|
|
|
|
namespace Combodo\iTop\Controller\OAuth;
|
|
|
|
use Combodo\iTop\Application\TwigBase\Controller\Controller;
|
|
|
|
class OAuthLandingController extends Controller
|
|
{
|
|
public function OperationLanding()
|
|
{
|
|
$this->DisplayAjaxPage([]);
|
|
}
|
|
} |