remove closing ?> tags on php files as recommended by best practices
This commit is contained in:
parent
ac7561660f
commit
abcf832f47
@ -1336,4 +1336,3 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
\date_default_timezone_set(System::GetConfigurationValue("System.DefaultTimezone", date_default_timezone_get()));
|
\date_default_timezone_set(System::GetConfigurationValue("System.DefaultTimezone", date_default_timezone_get()));
|
||||||
?>
|
|
||||||
|
|||||||
@ -19,4 +19,3 @@
|
|||||||
*/
|
*/
|
||||||
const Manual = 2;
|
const Manual = 2;
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|||||||
@ -72,4 +72,3 @@
|
|||||||
parent::RenderBeginTag();
|
parent::RenderBeginTag();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|||||||
@ -12,4 +12,3 @@
|
|||||||
$this->Value = $value;
|
$this->Value = $value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user