@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod1 6.12.0-201.74.2.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 17:11:35 PDT 2026 x86_64
Current Path :
/
homepage
/
v-mt
/
lib
/
MT
/
Auth
/
Path :
Upload File :
New :
File
Dir
//homepage/v-mt/lib/MT/Auth/Vox.pm
# Movable Type (r) (C) 2001-2008 Six Apart, Ltd. All Rights Reserved. # This code cannot be redistributed without permission from www.sixapart.com. # For more information, consult your Movable Type license. # # $Id: Vox.pm 1174 2008-01-08 21:02:50Z bchoate $ package MT::Auth::Vox; use strict; use base qw( MT::Auth::OpenID ); sub url_for_userid { my $class = shift; my ($uid) = @_; return "http://$uid.vox.com/"; } 1;