diff --git a/core/upgrade/upgrade_domains.php b/core/upgrade/upgrade_domains.php index 546646d141..6d0d347055 100644 --- a/core/upgrade/upgrade_domains.php +++ b/core/upgrade/upgrade_domains.php @@ -24,9 +24,6 @@ Mark J Crane */ -// set included, if not - if (!isset($included)) { $included = false; } - //check the permission if(defined('STDIN')) { $document_root = str_replace("\\", "/", $_SERVER["PHP_SELF"]); @@ -57,4 +54,4 @@ $domain = new domains; $domain->upgrade(); -?> \ No newline at end of file +?>