This commit is contained in:
2019-02-06 00:49:12 +03:00
commit 8dbb1bb605
4796 changed files with 506072 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<?_code
use strict;
use vars qw($body $title);
$title = "Abuse Center";
my $remote = LJ::get_remote();
unless (LJ::check_priv($remote, "supportread", "abuse")) {
$title = "Restricted";
$body .= "<?p This tool is for members of our abuse team.<br />
If you need to file an abuse request, please do so at:
<a href='/abuse/report.bml'>http://www.livejournal.com/abuse/report.bml</a> p?>";
} else {
$body .= <<"BLURB";
<strong>Current Tools:</strong><br />
<ul>
<li><a href="./send_mail.bml">Send an Email</a></li>
<li><a href="./query.bml">Query Sent Emails</a></li>
</ul>
BLURB
}
return;
_code?><?page
title=><?_code return $title; _code?>
body=> <?_code return $body; _code?>
page?><?_c <LJDEP>
link: htdocs/admin/abuse/mail.bml
link: htdocs/support/submit.bml
</LJDEP> _c?>

View File

@@ -0,0 +1,10 @@
<?page
body<=
<?_code
# This file is now out of date!
BML::redirect('/admin/sendmail/query.bml');
_code?>
<=body
page?>

View File

@@ -0,0 +1,12 @@
<?page
body<=
<?_code
# This file is now out of date!
BML::redirect('/admin/sendmail/send.bml');
_code?>
<=body
page?><?_c <LJDEP>
link: htdocs/admin/abuse/index.bml
</LJDEP> _c?>