Browse Source

Update upgrade_domains.php

FusionPBX 8 years ago
parent
commit
24ef7994fb
1 changed files with 1 additions and 4 deletions
  1. 1 4
      core/upgrade/upgrade_domains.php

+ 1 - 4
core/upgrade/upgrade_domains.php

@@ -24,9 +24,6 @@
 	Mark J Crane <[email protected]>
 */
 
-// 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();
 
-?>
+?>