Browse Source

Modify auth.php to include translation

svalavuo 6 ngày trước cách đây
mục cha
commit
208cb646e2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      includes/auth.php

+ 1 - 0
includes/auth.php

@@ -5,6 +5,7 @@
  */
 
 require_once 'database.php';
+require_once 'translation.php';
 
 class Auth {
     private $db;