diff --git a/init.php b/init.php index 3f06cec..e472126 100644 --- a/init.php +++ b/init.php @@ -1,7 +1,7 @@ 4.x -$me = getUser(); +$me = User::getUser(); // update to work with ruTorrent > 4.x $users = array(); $dirs = scandir($rootPath . "/share/users/");