Ver Fonte

bugfix: fixed create new user

rajven há 1 semana atrás
pai
commit
ca42d142fa
1 ficheiros alterados com 1 adições e 0 exclusões
  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();