vps server changes
This commit is contained in:
@@ -11,12 +11,12 @@ use App\Http\Controllers\Controller;
|
||||
class ReportController extends Controller
|
||||
{
|
||||
|
||||
private $fromMail = "otter@w0bm.com";
|
||||
private $fromMail = "bullshit@w0bm.com";
|
||||
private $fromName = "w0bm";
|
||||
private $toMail = "admin@w0bm.com";
|
||||
private $toName = "w0bm";
|
||||
private $subject = "webm reported";
|
||||
private $baseURL = "http://w0bm.com/";
|
||||
private $baseURL = "https://w0bm.com/";
|
||||
|
||||
/**
|
||||
* Made by klee
|
||||
@@ -49,7 +49,7 @@ class ReportController extends Controller
|
||||
"to" => array(
|
||||
array("name" => 'admin@w0bm.com', "email" => 'admin@w0bm.com')
|
||||
),
|
||||
"from_email" => 'otter@w0bm.com',
|
||||
"from_email" => 'bullshit@w0bm.com',
|
||||
"from_name" => 'from w0bm',
|
||||
"subject" => 'the subject',
|
||||
"track_opens" => true,
|
||||
|
Reference in New Issue
Block a user