(BE) Endpoints must implement language as part of the header

This commit is contained in:
Ronald Quenta
2015-09-21 09:17:27 -04:00
parent 2f641e76cd
commit bd565ce6af
3 changed files with 13 additions and 3 deletions

View File

@@ -405,9 +405,6 @@ class WebApplication
public function loadEnvironment($workspace = "")
{
$lang = "en";
define("SYS_LANG", $lang);
define("PATH_SEP", DIRECTORY_SEPARATOR);
define("PATH_TRUNK", $this->rootDir . PATH_SEP);