Browse Source

fix mistake

root 3 tháng trước cách đây
mục cha
commit
d718688e8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      html/utils/auth_export.php

+ 1 - 1
html/utils/auth_export.php

@@ -1,6 +1,6 @@
 <?php
 require_once($_SERVER['DOCUMENT_ROOT'] . "/inc/auth.php");
-require_once($_SERVER['DOCUMENT_OUT'] . "/inc/languages/" . HTML_LANG . ".php");
+require_once($_SERVER['DOCUMENT_ROOT'] . "/inc/languages/" . HTML_LANG . ".php");
 
 if (!defined("CONFIG")) die("Not defined");