diff options
Diffstat (limited to 'web/html/addvote.php')
-rw-r--r-- | web/html/addvote.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/addvote.php b/web/html/addvote.php index 6b30e49..a31a1ff 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(); |