Some changes on WebApplications class and app.php file

This commit is contained in:
Erik Amaru Ortiz
2014-03-17 09:48:23 -04:00
parent 29977e14b7
commit 736275c791
2 changed files with 5 additions and 6 deletions

View File

@@ -73,10 +73,6 @@ class WebApplication
public function run($type = "")
{
switch ($type) {
case self::REDIRECT_DEFAULT:
//TODO we can set a configurable redirect url
header("location: /sys/en/neoclassic/login/login");
break;
case self::SERVICE_API:
$request = $this->parseApiRequestUri();
$this->loadEnvironment($request["workspace"]);