diff options
Diffstat (limited to 'web/html/home.php')
-rw-r--r-- | web/html/home.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/home.php b/web/html/home.php index 26754916..0ce89f40 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -3,9 +3,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib'); include_once("aur.inc.php"); -set_lang(); -check_sid(); - include_once('stats.inc.php'); if (isset($_COOKIE["AURSID"])) { |