summaryrefslogtreecommitdiffstats
path: root/web/html/addvote.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/addvote.php')
-rw-r--r--web/html/addvote.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/addvote.php b/web/html/addvote.php
index 6b30e49d..a31a1ff5 100644
--- a/web/html/addvote.php
+++ b/web/html/addvote.php
@@ -1,9 +1,9 @@
<?php
-set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang');
+set_include_path(get_include_path() . PATH_SEPARATOR . '../lib');
-include("tu_po.inc");
include("aur.inc");
+include_lang('tu_po.inc');
set_lang();
check_sid();
html_header();