?iť?

Your IP : 3.12.149.174


Current Path : /home/scgforma/www/soc064/htdocs/includes/restler/framework/Luracast/Restler/compatibility/
Upload File :
Current File : /home/scgforma/www/soc064/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;