Skip to content

Commit

Permalink
ms.php: bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
aplumafreak500 committed Dec 14, 2017
1 parent 27ae9e7 commit f143da4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ms.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
$game=$_GET["game"];
}
if (!isset($_GET["domain"])) {
$game="nintendowifi.net";
$domain="nintendowifi.net";
}
else {
$game=$_GET["domain"];
$domain=$_GET["domain"];
}
function CalcMS($game) {
$svr=gmp_init(0,10);
Expand Down
2 changes: 2 additions & 0 deletions php_errors.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[14-Dec-2017 04:21:29 UTC] PHP Warning: gmp_init(): Unable to convert variable to GMP - string is not an integer in /host-rootfs/storage/sdcard1/Android/data/com.gnuroot.debian/files/git/dwc-utils/pid.php on line 22
[14-Dec-2017 04:21:53 UTC] PHP Notice: Undefined variable: domain in /host-rootfs/storage/sdcard1/Android/data/com.gnuroot.debian/files/git/dwc-utils/ms.php on line 24

0 comments on commit f143da4

Please sign in to comment.