Remove smtp settings entirely from app/settings.

This commit is contained in:
markjcrane
2015-08-03 09:41:58 -06:00
parent 6c549b0517
commit c873ca11da
3 changed files with 0 additions and 204 deletions
-35
View File
@@ -94,41 +94,6 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "smtp_host";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtphost";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "smtp_secure";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtpsecure";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "smtp_auth";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtpauth";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "smtp_username";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtpusername";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "smtp_password";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtppassword";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "smtp_from";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtpfrom";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "smtp_from_name";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtpfromname";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "mod_shout_decoder";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";