mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
uses PHP 5 constructors
This commit is contained in:
@@ -13,7 +13,7 @@ class AdminerFrames {
|
||||
/**
|
||||
* @param bool allow running from the same origin only
|
||||
*/
|
||||
function AdminerFrames($sameOrigin = false) {
|
||||
function __construct($sameOrigin = false) {
|
||||
$this->sameOrigin = $sameOrigin;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user