mirror of
https://github.com/vrana/adminer.git
synced 2026-01-16 04:23:21 +01:00
Plugins: Compatibility with PHP 5
This commit is contained in:
@@ -12,7 +12,7 @@ class AdminerFrames extends Adminer\Plugin {
|
||||
/**
|
||||
* @param bool $sameOrigin allow running from the same origin only
|
||||
*/
|
||||
function __construct(bool $sameOrigin = false) {
|
||||
function __construct($sameOrigin = false) {
|
||||
$this->sameOrigin = $sameOrigin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user