mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
#714: localization of the date picker calendar. Get rid of the old jquery.datepicker.js file since iTop now relies on the built-in jQuery UI date picker widget.
SVN:trunk[3629]
This commit is contained in:
@@ -53,7 +53,10 @@ if ($sPage == '')
|
||||
}
|
||||
$sPage = basename($sPage); // protect against ../.. ...
|
||||
|
||||
$sEnvironment = utils::ReadParam('exec_env', 'production');
|
||||
session_name('itop-'.md5(APPROOT));
|
||||
session_start();
|
||||
$sEnvironment = utils::ReadParam('exec_env', utils::GetCurrentEnvironment());
|
||||
session_write_close();
|
||||
|
||||
$sTargetPage = APPROOT.'env-'.$sEnvironment.'/'.$sModule.'/'.$sPage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user