Browse Source

bugfix: fixed create new user

rajven 1 tuần trước cách đây
mục cha
commit
ca42d142fa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();