Explorar o código

bugfix: fixed create new user

rajven hai 1 semana
pai
achega
ca42d142fa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();