diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-08-28 18:26:20 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-08-28 18:26:20 +0000 |
commit | 21c2885b0e9b44c44adf27e773c0a65c64f096af (patch) | |
tree | e84f7e364f33c91813933f17b1f21c05e617e269 /xmlrpc.php | |
parent | 469fa3642054080d0c893a8396994026dc117eb0 (diff) | |
download | brdo-21c2885b0e9b44c44adf27e773c0a65c64f096af.tar.gz brdo-21c2885b0e9b44c44adf27e773c0a65c64f096af.tar.bz2 |
- Patch #29385 by chx: removed remaining "?>"s at the end of some files.
Diffstat (limited to 'xmlrpc.php')
-rw-r--r-- | xmlrpc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlrpc.php b/xmlrpc.php index 7db4acfb3..feab8f058 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -12,4 +12,3 @@ include_once './includes/xmlrpc.inc'; include_once './includes/xmlrpcs.inc'; xmlrpc_server(module_invoke_all('xmlrpc')); -?> |