mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Disable markdown
This commit is contained in:
parent
aa6fb24a8f
commit
33059f97da
@ -45,7 +45,7 @@ class CompanyFactory
|
||||
|
||||
$company->enabled_modules = config('ninja.enabled_modules'); //32767;//8191; //4095
|
||||
$company->default_password_timeout = 1800000;
|
||||
$company->markdown_email_enabled = true;
|
||||
$company->markdown_email_enabled = false;
|
||||
|
||||
return $company;
|
||||
}
|
||||
|
@ -111,7 +111,7 @@ class SelfUpdateController extends BaseController
|
||||
}
|
||||
|
||||
$this->testWritable();
|
||||
$this->clearCacheDir();
|
||||
// $this->clearCacheDir();
|
||||
|
||||
copy($this->getDownloadUrl(), storage_path('app/invoiceninja.zip'));
|
||||
|
||||
|
@ -64,7 +64,7 @@ class CreateCompany
|
||||
$company->custom_fields = new \stdClass;
|
||||
$company->default_password_timeout = 1800000;
|
||||
$company->client_registration_fields = ClientRegistrationFields::generate();
|
||||
$company->markdown_email_enabled = true;
|
||||
$company->markdown_email_enabled = false;
|
||||
|
||||
if(Ninja::isHosted())
|
||||
$company->subdomain = MultiDB::randomSubdomainGenerator();
|
||||
|
Loading…
x
Reference in New Issue
Block a user