Skip to content

Commit

Permalink
Use function after declaring it
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Feb 19, 2018
1 parent ee4f7db commit 54f6806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adminer/include/bootstrap.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
mb_internal_encoding("8bit");
}

include "../adminer/include/functions.inc.php";

// used only in compiled file
if (isset($_GET["file"])) {
include "../adminer/file.inc.php";
}

include "../adminer/include/functions.inc.php";

if ($_GET["script"] == "version") {
$fp = file_open_lock(get_temp_dir() . "/adminer.version");
if ($fp) {
Expand Down

0 comments on commit 54f6806

Please sign in to comment.