Browse Source

Merge pull request #796 from Arantor/release-2.1

! More settings that if you touch in the admin panel, will break things ...
Arantor 11 years ago
parent
commit
cb8fba2d4b
2 changed files with 0 additions and 6 deletions
  1. 0 3
      Sources/ManageServer.php
  2. 0 3
      Themes/default/languages/Admin.english.php

+ 0 - 3
Sources/ManageServer.php

@@ -218,9 +218,6 @@ function ModifyDatabaseSettings($return_config = false)
 		array('autoFixDatabase', $txt['autoFixDatabase'], 'db', 'check', false, 'autoFixDatabase'),
 		array('autoOptMaxOnline', $txt['autoOptMaxOnline'], 'subtext' => $txt['zero_for_no_limit'], 'db', 'int'),
 		'',
-		array('boardurl', $txt['admin_url'], 'file', 'text', 36),
-		array('boarddir', $txt['boarddir'], 'file', 'text', 36),
-		array('sourcedir', $txt['sourcesdir'], 'file', 'text', 36),
 		array('cachedir', $txt['cachedir'], 'file', 'text', 36),
 	);
 

+ 0 - 3
Themes/default/languages/Admin.english.php

@@ -26,11 +26,8 @@ $txt['admin_reserved_line'] = 'One reserved word per line.';
 $txt['admin_basic_settings'] = 'This page allows you to change the basic settings for your forum.  Be very careful with these settings, as they may render the forum dysfunctional.';
 $txt['admin_maintain'] = 'Enable Maintenance Mode';
 $txt['admin_title'] = 'Forum Title';
-$txt['admin_url'] = 'Forum URL';
 $txt['cookie_name'] = 'Cookie name';
 $txt['admin_webmaster_email'] = 'Webmaster email address';
-$txt['boarddir'] = 'SMF Directory';
-$txt['sourcesdir'] = 'Sources Directory';
 $txt['cachedir'] = 'Cache Directory';
 $txt['admin_news'] = 'Enable News';
 $txt['admin_guest_post'] = 'Enable guest posting';