?iť?

Your IP : 3.147.193.37


Current Path : /home/scgforma/www/soctest/htdocs/includes/restler/framework/Luracast/Restler/compatibility/
Upload File :
Current File : /home/scgforma/www/soctest/htdocs/includes/restler/framework/Luracast/Restler/compatibility/restler1.php

<?php
/**
 * Restler 1 compatibility mode enabler
 */
use Luracast\Restler\Defaults;

//changes in iAuthenticate
Defaults::$authenticationMethod = 'isAuthenticated';
include __DIR__ . '/iAuthenticate.php';

//changes in routing
Defaults::$autoRoutingEnabled = false;
Defaults::$smartParameterParsing = false;
Defaults::$autoValidationEnabled = false;