Disable markdown
This commit is contained in:
parent
aa6fb24a8f
commit
33059f97da
3 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue