e107_handlers/redirection_class.php
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return;
Argument 3 (expire)
is null
but \cookie()
takes int
defined at /code/class2.php:1786
Open
Open
cookie($cookiename, null, null, e_HTTP, e107::getLanguage()->getCookieDomain());
- Exclude checks
Returning type void
but setPreviousUrl()
is declared to return \redirection
Open
Open
return;
- Exclude checks
Returning type void
but setPreviousUrl()
is declared to return \redirection
Open
Open
return;
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if(!check_class($allowed) && !getperms('0'))
- Exclude checks
Returning type null
but checkMaintenance()
is declared to return void
Open
Open
return null;
- Exclude checks
Returning type null
but go()
is declared to return void
Open
Open
return null;
- Exclude checks
Returning type void
but setPreviousUrl()
is declared to return \redirection
Open
Open
return;
- Exclude checks
Argument #2 of this call to \strpos
is typically a literal or constant but isn't, but argument #1 (which is typically a variable) is a literal or constant. The arguments may be in the wrong order. Open
Open
if(!empty($srch) && strpos(e_SELF, $srch) !== false)
- Exclude checks
Argument 2 (value)
is null
but \cookie()
takes string
defined at /code/class2.php:1786
Open
Open
cookie($cookiename, null, null, e_HTTP, e107::getLanguage()->getCookieDomain());
- Exclude checks
Returning type void
but setPreviousUrl()
is declared to return \redirection
Open
Open
return;
- Exclude checks