瀏覽代碼

fix mistake

root 3 月之前
父節點
當前提交
d718688e8a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");