From 8e412cb5b0981ad3c604c99f73e4cbae35973863 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 18 Jul 2012 07:40:33 +0200 Subject: voters.php: Do not re-include libraries Use include_once() instead of include(). Otherwise, a fatal error is shown if the virtual path feature is used since "web/lib/aur.inc.php" is already included in the routing front end. Signed-off-by: Lukas Fleischer --- web/html/voters.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/html') diff --git a/web/html/voters.php b/web/html/voters.php index 3ba5248..c7c59a2 100644 --- a/web/html/voters.php +++ b/web/html/voters.php @@ -1,7 +1,7 @@