From 32660c98819e1edfbb02fcb9138ddaca4120334f Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Tue, 15 Jul 2008 22:00:00 +0000 Subject: [PATCH] *** empty log message *** --- bibtexbrowser.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 036c4df..1c9fdc9 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -20,6 +20,10 @@ bibtexbrowser is a PHP script to browse and search bib entries from BibTex files You can also include your publications list into your home page: <?php +session_start(); //should be at the very top of the script +// => avoid reparsing the bib file for each request; +// => run faster; + // the bib file $_GET['bib']='mybib.bib'; // the request