require_once dirname(__FILE__).'/../classes/Xnet.php';
require_once dirname(__FILE__).'/../classes/PLModule.php';
-if ($path = Env::v('n') && substr($path, 0, 4) != 'Xnet') {
+if (($path = Env::v('n')) && substr($path, 0, 4) != 'Xnet') {
$platal = new Xnet('xnet', 'xnetgrp', 'xnetlists', 'xnetevents', 'geoloc');
$platal->run();
require_once dirname(__FILE__).'/../classes/Platal.php';
require_once dirname(__FILE__).'/../classes/PLModule.php';
-if ($path = Env::v('n') && ($path{0} < 'A' || $path{0} > 'Z')) {
+if (($path = Env::v('n')) && ($path{0} < 'A' || $path{0} > 'Z')) {
$platal = new Platal('auth', 'banana', 'carnet', 'email', 'events',
'geoloc', 'lists', 'marketing', 'payment', 'platal',