瀏覽代碼

bugfix: fixed create new user

rajven 1 周之前
父節點
當前提交
ca42d142fa
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      html/admin/index.php

+ 1 - 0
html/admin/index.php

@@ -12,6 +12,7 @@ if (!file_exists($config_file)) {
 }
 
 $servers = require $config_file;
+require_once 'functions.php';
 
 session_start();