소스 검색

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();