remove closing ?> tags on php files as recommended by best practices

This commit is contained in:
Michael Becker 2025-10-27 20:07:05 -04:00
parent cef7373878
commit d03e9a6677
5 changed files with 5 additions and 10 deletions

View File

@ -25,4 +25,3 @@
require_once ("BeforeLaunchEvent.inc.php");
?>

View File

@ -39,4 +39,3 @@
// *.phpx.php files as PHP code-behind files. We may decide to use the *.ctlx extension
// (and its associated *.ctlx.php) for PHPX controls.
System::Launch();
?>

View File

@ -43,4 +43,3 @@
require("ui/tasks/Task.inc.php");
require("ui/tasks/HardcodedTask.inc.php");
?>

View File

@ -18,5 +18,3 @@
System::$Configuration["Database.DatabaseName"] = "mocha_suv";
System::$Configuration["Database.UserName"] = "mocha_suv";
System::$Configuration["Database.Password"] = "TjMG2k8eAR5xAHE613qJsNAagTBPGfaj";
?>