Skip to content

Commit

Permalink
remove deprecated check (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
derkvandenbergh authored Jun 10, 2022
1 parent b8ba43e commit 171ef48
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions FPDF.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,6 @@ protected function _dochecks()
if (ini_get('mbstring.func_overload') & 2) {
$this->Error('mbstring overloading must be disabled');
}
// Ensure runtime magic quotes are disabled
if (get_magic_quotes_runtime()) {
@set_magic_quotes_runtime(0);
}
}

function Error($msg)
Expand Down

0 comments on commit 171ef48

Please sign in to comment.