@@ -1679,7 +1679,6 @@ sub save_data {
print FILE "\tglobal \$motd;\n";
print FILE "\t\$motd = \"$motd\";\n";
- print FILE "?>\n";
close FILE;
}
@@ -320,5 +320,7 @@ global $ldap_server;
// For instance, for the "sqclock" plugin, you'd put a line like
// the following:
// $plugins[0] = "sqclock";
+ // $plugins[1] = "attachment_common";
-?>
+// Do not add the closing PHP tag here just because we want to avoid
+// the potential for parsing errors if there is a newline added