Browse Source

Merge 48b78f5772 into 63aef9c2ed

pull/17/merge
Arne Haber 11 years ago
parent
commit
d0398f7fcd
  1. 1
      bibtexbrowser.php

1
bibtexbrowser.php

@ -238,7 +238,6 @@ function _zetDB($bibtex_filenames) {
// ---------------------------- HANDLING unexistent files // ---------------------------- HANDLING unexistent files
foreach(explode(MULTIPLE_BIB_SEPARATOR, $bibtex_filenames) as $bib) { foreach(explode(MULTIPLE_BIB_SEPARATOR, $bibtex_filenames) as $bib) {
// get file extension to only allow .bib files // get file extension to only allow .bib files
$ext = pathinfo($bib, PATHINFO_EXTENSION); $ext = pathinfo($bib, PATHINFO_EXTENSION);
// this is a security protection // this is a security protection

Loading…
Cancel
Save