Skip to content

Commit 06d1d7b

Browse files
authored
Merge pull request #61 from fawmi/patch-1
Remove depricated and unused code
2 parents cd9ad42 + 5f55620 commit 06d1d7b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.php

-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ function runCode($__source_code, $__bootstrap_file)
7373
}
7474

7575
if (isset($_POST['code'])) {
76-
if (get_magic_quotes_gpc()) {
77-
$code = stripslashes($code);
78-
}
79-
8076
$code = $_POST['code'];
8177

8278
// if there's only one line wrap it into a krumo() call

0 commit comments

Comments
 (0)