mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 06:48:40 +01:00
Upps, forgot argument
This commit is contained in:
parent
3f75ad7faf
commit
7c4bb7b62f
@ -1376,7 +1376,7 @@ if (isset($_GET['menuaction']) && !preg_match('/^[A-Za-z0-9_]+\.[A-Za-z0-9_]+\.[
|
|||||||
}
|
}
|
||||||
// $GLOBALS[egw_info][flags][currentapp] and die if it contains something nasty or unexpected
|
// $GLOBALS[egw_info][flags][currentapp] and die if it contains something nasty or unexpected
|
||||||
if (isset($GLOBALS['egw_info']) && isset($GLOBALS['egw_info']['flags']) &&
|
if (isset($GLOBALS['egw_info']) && isset($GLOBALS['egw_info']['flags']) &&
|
||||||
isset($GLOBALS['egw_info']['flags']['currentapp']) && !preg_match('/^[A-Za-z0-9_]+$/'))
|
isset($GLOBALS['egw_info']['flags']['currentapp']) && !preg_match('/^[A-Za-z0-9_]+$/',$GLOBALS['egw_info']['flags']['currentapp']))
|
||||||
{
|
{
|
||||||
die('Invalid $GLOBALS[egw_info][flags][currentapp]!');
|
die('Invalid $GLOBALS[egw_info][flags][currentapp]!');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user