Remove "?>" from the end of pure-PHP files to prevent "HEADERS ALREADY SENT"
This commit is contained in:
paul.baranowski 2011-02-22 18:22:31 +01:00
parent b44de03c71
commit 15153727c1
64 changed files with 113 additions and 194 deletions

View file

@ -3830,4 +3830,4 @@ class XR_LocStor extends LocStor {
} // class XR_LocStor
?>

View file

@ -1,4 +1,3 @@
<?php
header ("location: xrLocStor.php");
exit;
?>

View file

@ -96,4 +96,4 @@ fclose($fp);
fclose($putdata);
header("HTTP/1.1 200");
?>

View file

@ -508,4 +508,3 @@ $r = $spc->DisplayScheduleMethod($this->Base->sessid, '20040101T00:00:00', '2005
#$r = $spc->GetSchedulerTimeMethod(); var_dump($r);
================= */
?>

View file

@ -125,4 +125,3 @@ switch ($ftype) {
// var_dump($ftype);
http_error(500, "500 Unknown ftype ($ftype)");
}
?>

View file

@ -169,4 +169,4 @@ foreach ($methods as $method => $description) {
$s = new XML_RPC_Server($defs);
?>

View file

@ -365,4 +365,3 @@ if (isset($infos[$method]['r'])) {
}
}
?>