remove closing ?> tags on php files as recommended by best practices
This commit is contained in:
parent
cef7373878
commit
d03e9a6677
@ -25,4 +25,3 @@
|
||||
|
||||
require_once ("BeforeLaunchEvent.inc.php");
|
||||
|
||||
?>
|
||||
|
||||
@ -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();
|
||||
?>
|
||||
|
||||
@ -28,4 +28,4 @@
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
@ -43,4 +43,3 @@
|
||||
require("ui/tasks/Task.inc.php");
|
||||
require("ui/tasks/HardcodedTask.inc.php");
|
||||
|
||||
?>
|
||||
@ -18,5 +18,3 @@
|
||||
System::$Configuration["Database.DatabaseName"] = "mocha_suv";
|
||||
System::$Configuration["Database.UserName"] = "mocha_suv";
|
||||
System::$Configuration["Database.Password"] = "TjMG2k8eAR5xAHE613qJsNAagTBPGfaj";
|
||||
|
||||
?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user