Skip to content

Commit 4852bd2

Browse files
committed
Update frameset rows
Update frameset rows, make pocketmine-frame-up.php the complete display.
1 parent 8b0f64b commit 4852bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pocketmine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php if(!isset($_GET["main"])) $_GET["main"] = "/phar.php"; ?>
22
<html><head><title>PocketMine Plugin Making Tools</title></head>
3-
<frameset rows="100,*">
3+
<frameset rows="120,*">
44
<frame src="/pocketmine-frame-up.php" name="index" scrolling="on">
55
<frame
66
src="/pocketmine-frame-down.php?main=<?php echo urlencode($_GET["main"]) ?>"

0 commit comments

Comments
 (0)