Эх сурвалжийг харах

Modify auth.php to include translation

svalavuo 6 өдөр өмнө
parent
commit
208cb646e2
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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;