Skip to content

Commit

Permalink
Fixup from merge
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
  • Loading branch information
ibennetch committed Jun 21, 2018
1 parent d1360f4 commit dcf434b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions libraries/classes/Core.php
Expand Up @@ -438,8 +438,6 @@ public static function getRealSize($size = 0): int
} // end getRealSize()

/**
* boolean phpMyAdmin.Core::checkPageValidity(string &$page, array $whitelist, boolean $include)
*
* Checks given $page against given $whitelist and returns true if valid
* it optionally ignores query parameters in $page (script.php?ignored)
*
Expand Down
2 changes: 1 addition & 1 deletion test/classes/CoreTest.php
Expand Up @@ -294,7 +294,7 @@ public function providerTestGotoNowhere()
['index.php?sql.php&test=true', $this->goto_whitelist, true, false],
['index.php%3Fsql.php%26test%3Dtrue', $this->goto_whitelist, false, true],
['index.php%3Fsql.php%26test%3Dtrue', $this->goto_whitelist, true, false],
];
];
}

/**
Expand Down

0 comments on commit dcf434b

Please sign in to comment.