Prechádzať zdrojové kódy

No longer need the classes/domains include.

Mark Crane 11 rokov pred
rodič
commit
0107185c25
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  1. 0 2
      core/domain_settings/domains.php

+ 0 - 2
core/domain_settings/domains.php

@@ -75,8 +75,6 @@ else {
 			//clear the extension array so that it is regenerated for the selected domain
 				unset($_SESSION['extension_array']);
 			//set the setting arrays
-				//domains set()
-				require "resources/classes/domains.php";
 				$domain = new domains();
 				$domain->db = $db;
 				$domain->set();