403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/cygwin64/home/SERVERWEB/webmin-2.105/apache/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/cygwin64/home/SERVERWEB/webmin-2.105/apache/mod_authn_dbm.pl
# mod_authn_dbm.pl
# Defines editors for user text-file authentication directives

sub mod_authn_dbm_directives
{
local($rv);
$rv = [ [ 'AuthDBMUserFile', 0, 4, 'directory htaccess' ],
	[ 'AuthDBMType', 0, 4, 'directory htaccess', 2.030, -1 ] ];
return &make_directives($rv, $_[0], "mod_authn_dbm");
}

sub edit_AuthDBMUserFile
{
return (2, $text{'mod_auth_dbm_ufile'},
       &opt_input($_[0]->{'value'}, "AuthDBMUserFile", $text{'default'}, 45).
       &file_chooser_button("AuthDBMUserFile", 0));
}
sub save_AuthDBMUserFile
{
$in{'AuthDBMUserFile_def'} || &allowed_auth_file($in{'AuthDBMUserFile'}) ||
        &error($text{'mod_auth_eudir'});
return &parse_opt("AuthDBMUserFile", '^\S+$', $text{'mod_auth_dbm_eufile'});
}

sub edit_AuthDBMType
{
return (1, $text{'mod_auth_dbm_type'},
	&select_input($_[0]->{'value'}, "AuthDBMType", "",
		      "$text{'default'},", "GDBM,GDBM", "SDBM,SDBM",
					   "NDBM,NDBM", "DB,DB",
		      "$text{'mod_auth_dbm_default'},default"));
}
sub save_AuthDBMType
{
return &parse_select("AuthDBMType", "");
}



Youez - 2016 - github.com/yon3zu
LinuXploit