Update upgrade_domains.php

This commit is contained in:
FusionPBX 2017-01-10 00:21:49 -07:00 committed by GitHub
parent fe68eadaf7
commit 884be60f99
1 changed files with 1 additions and 4 deletions

View File

@ -24,9 +24,6 @@
Mark J Crane <markjcrane@fusionpbx.com>
*/
// 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();
?>
?>