removing neoclassic skin
This commit is contained in:
@@ -58,7 +58,7 @@ try {
|
||||
case WebApplication::RUNNING_DEFAULT:
|
||||
$response = new Response("", 302);
|
||||
//TODO compose this def url with configuration data from env.ini
|
||||
$response->setHeader("location", "/sys/en/neoclassic/login/login");
|
||||
$response->setHeader("location", "/sys/en/lurana/login/login");
|
||||
$response->send();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user