]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove superfluous ?> at the end of .php files (left out apps/*/templates)
authorJörn Friedrich Dreyer <jfd@butonic.de>
Mon, 9 Jul 2012 14:51:16 +0000 (16:51 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Mon, 9 Jul 2012 14:51:16 +0000 (16:51 +0200)
118 files changed:
apps/bookmarks/lib/bookmarks.php
apps/contacts/ajax/addbook.php
apps/contacts/ajax/categories/categoriesfor.php
apps/contacts/ajax/categories/delete.php
apps/contacts/ajax/categories/list.php
apps/contacts/ajax/categories/rescan.php
apps/contacts/ajax/currentphoto.php
apps/contacts/ajax/editaddress.php
apps/contacts/ajax/editaddressbook.php
apps/contacts/ajax/editname.php
apps/contacts/ajax/importaddressbook.php
apps/contacts/ajax/importdialog.php
apps/contacts/ajax/oc_photo.php
apps/contacts/ajax/uploadimport.php
apps/contacts/ajax/uploadphoto.php
apps/contacts/export.php
apps/contacts/index.php
apps/contacts/settings.php
apps/external/ajax/setsites.php
apps/external/index.php
apps/external/lib/external.php
apps/external/settings.php
apps/files/ajax/autocomplete.php
apps/files/ajax/delete.php
apps/files/ajax/download.php
apps/files/ajax/list.php
apps/files/ajax/mimeicon.php
apps/files/ajax/move.php
apps/files/ajax/rawlist.php
apps/files/ajax/rename.php
apps/files/ajax/timezone.php
apps/files/ajax/upload.php
apps/files/download.php
apps/files/index.php
apps/files/settings.php
apps/files_external/ajax/addMountPoint.php
apps/files_external/ajax/removeMountPoint.php
apps/files_external/tests/amazons3.php
apps/files_imageviewer/appinfo/app.php
apps/files_pdfviewer/appinfo/app.php
apps/files_sharing/ajax/email.php
apps/files_sharing/ajax/getitem.php
apps/files_sharing/ajax/getstatuses.php
apps/files_sharing/ajax/setpermissions.php
apps/files_sharing/ajax/share.php
apps/files_sharing/ajax/toggleresharing.php
apps/files_sharing/ajax/unshare.php
apps/files_sharing/ajax/userautocomplete.php
apps/files_sharing/get.php
apps/files_sharing/lib_share.php
apps/files_sharing/list.php
apps/files_texteditor/appinfo/app.php
apps/files_versions/ajax/togglesettings.php
apps/files_versions/history.php
apps/files_versions/lib/hooks.php
apps/files_versions/settings.php
apps/gallery/ajax/createAlbum.php
apps/gallery/ajax/galleryOp.php
apps/gallery/index.php
apps/gallery/lib/hooks_handlers.php
apps/gallery/lib/images_utils.php
apps/gallery/lib/managers.php
apps/gallery/lib/tiles.php
apps/gallery/lib/tiles_test.php
apps/media/ajax/api.php
apps/media/ajax/autoupdate.php
apps/media/index.php
apps/media/lib_ampache.php
apps/media/lib_collection.php
apps/media/settings.php
apps/remoteStorage/settings.php
apps/user_migrate/appinfo/app.php
apps/user_openid/phpmyid.php
apps/user_openid/user.php
apps/user_webfinger/webfinger.php
core/ajax/grouplist.php
core/ajax/translations.php
core/ajax/userlist.php
core/ajax/validateuser.php
core/ajax/vcategories/add.php
core/ajax/vcategories/delete.php
core/ajax/vcategories/edit.php
core/strings.php
lib/MDB2/Driver/Function/sqlite3.php
lib/MDB2/Driver/Manager/sqlite3.php
lib/MDB2/Driver/sqlite3.php
lib/public/app.php
lib/public/config.php
lib/public/db.php
lib/public/files.php
lib/public/json.php
lib/public/response.php
lib/public/template.php
lib/public/user.php
lib/public/util.php
lib/setup.php
lib/updater.php
lib/vcategories.php
ocs/providers.php
ocs/v1.php
search/ajax/search.php
search/index.php
settings/ajax/changepassword.php
settings/ajax/creategroup.php
settings/ajax/createuser.php
settings/ajax/lostpassword.php
settings/ajax/openid.php
settings/ajax/removegroup.php
settings/ajax/removeuser.php
settings/ajax/setlanguage.php
settings/ajax/setquota.php
settings/ajax/togglegroups.php
settings/apps.php
settings/help.php
settings/personal.php
settings/users.php
status.php
webapps.php

index e0005968f31525d0c2e326979fadade63cb6ebe1..86fba45a50ce57c1ab132ebb751d389cc1e322f0 100644 (file)
@@ -145,5 +145,4 @@ class OC_Bookmarks_Bookmarks{
                $result = $query->execute();
                return true;
        }
-}
-?>
+}
\ No newline at end of file
index 70f47cc81231245c66c2924a0d546d46e232176d..751185b44fd0da4a95782a12e1f8d7a936ed9683 100644 (file)
@@ -17,4 +17,3 @@ $tmpl = new OCP\Template('contacts', 'part.editaddressbook');
 $tmpl->assign('new', true);
 $tmpl->assign('addressbook', $book);
 $tmpl->printPage();
-?>
index 846af300de8008d2aa8cca1f5ff30e94000070e3..6b6fcad0ebb50a0b9f3629f478ccdccb75a411ed 100644 (file)
@@ -25,4 +25,3 @@ foreach($vcard->children as $property){
        }
 }
 OCP\JSON::error(array('data' => array('message' => OC_Contacts_App::$l10n->t('Error setting checksum.'))));
-?>
index 76c23d6487d1747980804fa138230b53b3121862..7c3261446bbb4f726394880380e5c70c4edb800b 100644 (file)
@@ -45,5 +45,3 @@ $catman->delete($categories, $cards);
 debug('After delete: '.print_r($catman->categories(), true));
 OC_Contacts_VCard::updateDataByID($cards);
 OCP\JSON::success(array('data' => array('categories'=>$catman->categories())));
-
-?>
index 3ae7635390c8be9277c53b4e42e05f4ce9273a58..f234116ba8c0edc037ea37359e281ae191aaa829 100644 (file)
@@ -13,5 +13,3 @@ OCP\JSON::checkAppEnabled('contacts');
 $categories = OC_Contacts_App::getCategories();
 
 OCP\JSON::success(array('data' => array('categories'=>$categories)));
-
-?>
index 0d8464a23edf2c04e6f2767919f980558a7b0c7a..fd875a965dc5cefdf212259797e5cd28eb09ab28 100644 (file)
@@ -14,5 +14,3 @@ OC_Contacts_App::scanCategories();
 $categories = OC_Contacts_App::getCategories();
 
 OCP\JSON::success(array('data' => array('categories'=>$categories)));
-
-?>
index b10e752c453159a696f0926cd2a827813d956e05..8f60eca08ec43b8d0cdf9bf6648a2d851bf270b4 100644 (file)
@@ -51,5 +51,3 @@ if( is_null($contact)) {
                bailOut(OC_Contacts_App::$l10n->t('The loading photo is not valid.'));
        }
 }
-
-?>
index 2d7aba11b0ef9dc4b5d8bbf7fb86d173e1cc3d47..1eb9429d79c041cc94ae74512f4787eb9928a71e 100644 (file)
@@ -39,5 +39,3 @@ $tmpl->assign('adr_types',$adr_types);
 
 $page = $tmpl->fetchPage();
 OCP\JSON::success(array('data' => array('page'=>$page, 'checksum'=>$checksum)));
-
-?>
index 7a9b757ae0db4c51921e4f663cb255c7daf91b33..4bc77302e5b11726b08d40a5581d14b78bf5d01a 100644 (file)
@@ -14,4 +14,3 @@ $tmpl = new OCP\Template("contacts", "part.editaddressbook");
 $tmpl->assign('new', false);
 $tmpl->assign('addressbook', $addressbook);
 $tmpl->printPage();
-?>
index 868ca222e0a71f28b51bf73f1ba645eecaf8dd3e..9e7c090eeed6919ecbd1e41c5f7a62c48caed6e9 100644 (file)
@@ -32,5 +32,3 @@ if($id) {
 }
 $page = $tmpl->fetchPage();
 OCP\JSON::success(array('data' => array('page'=>$page)));
-
-?>
index 3c01e24a185c6ea4d3d110d7a1acc2d3b620d137..6b5b06681cea1a9566ac9bcbd2abf0048f0e6485 100644 (file)
@@ -21,4 +21,3 @@ $tmpl->assign('uploadMaxFilesize', $maxUploadFilesize);
 $tmpl->assign('requesttoken', $_SERVER['HTTP_REQUESTTOKEN']);
 $tmpl->assign('uploadMaxHumanFilesize', OCP\Util::humanFileSize($maxUploadFilesize));
 $tmpl->printpage();
-?>
index 5f8805a6106e9c87f5cb5597f02653f14586c913..691522538fbe99b8630375982aa7a6d398544d20 100644 (file)
@@ -13,4 +13,3 @@ $tmpl = new OCP\Template('contacts', 'part.import');
 $tmpl->assign('path', $_POST['path']);
 $tmpl->assign('filename', $_POST['filename']);
 $tmpl->printpage();
-?>
index 5c50ba92dbe20577916ff30ba72933a3821d2ce4..710179fffcc2f305a3301102935cd71ac1e1bd1d 100644 (file)
@@ -58,5 +58,3 @@ if(OC_Cache::set($tmpkey, $image->data(), 600)) {
 } else {
        bailOut('Couldn\'t save temporary image: '.$tmpkey);
 }
-
-?>
index 9511520828f032e392faabcfc3517e27c2715cca..80b282f38a390e016d2c177cf0bbd2dedb6f01b2 100644 (file)
@@ -70,6 +70,3 @@ if(file_exists($file['tmp_name'])) {
 } else {
        bailOut('Temporary file: \''.$file['tmp_name'].'\' has gone AWOL?');
 }
-
-
-?>
index 8545ca84eee22653b99a5b2ce1da0faeac56d601..6bb3fe8a5e0d125ce8fc5fdca278c42fbb86a58b 100644 (file)
@@ -102,4 +102,3 @@ if(file_exists($file['tmp_name'])) {
 } else {
        bailOut('Temporary file: \''.$file['tmp_name'].'\' has gone AWOL?');
 }
-?>
index 58fdb040a5cc7b32abde67f6eab2e06c95e004ca..eb506506c42637a469255d126b5751ae0409972e 100644 (file)
@@ -32,4 +32,3 @@ if(isset($bookid)){
        header('Content-Disposition: inline; filename=' . str_replace(' ', '_', $data['fullname']) . '.vcf'); 
        echo $data['carddata'];
 }
-?>
index 0b4f89b30c021077f68209480d9d823e6e9e173f..a89ffffa9cafeb80a450cd50befbb4680f544293 100644 (file)
@@ -73,5 +73,3 @@ $tmpl->assign('addressbooks', $addressbooks);
 $tmpl->assign('details', $details );
 $tmpl->assign('id',$id);
 $tmpl->printPage();
-
-?>
index bc57f4a1d05d6bc575967aac5ff4836673db8e0f..a079499381bd70ab5db25e0532bec92de4b0a0fa 100644 (file)
@@ -4,4 +4,3 @@ $tmpl = new OCP\Template( 'contacts', 'settings');
 $tmpl->assign('addressbooks', OC_Contacts_Addressbook::all(OCP\USER::getUser()), false);
 
 return $tmpl->fetchPage();
-?>
index 188e71e891cf311e87e7e61735281746285a5af4..0f9e061d0e0539d1a81ce55083af985997f6233a 100644 (file)
@@ -23,4 +23,3 @@ else
        OCP\Config::setAppValue('external', 'sites', json_encode($sites));
 
 echo 'true';
-?>
index 81819e76e2f8f78196b8c2292fa9fdee3ace72bd..3b6f06e1bff023df73ade667f1577e4563a097c2 100644 (file)
@@ -40,4 +40,3 @@ if (isset($_GET['id'])) {
                $tmpl->printPage();
        }
 }
-?>
index 9fff5d5569a37b0a1bb92d5ad4865fe386cfbc99..d13a7cf6dd73b133c64720a06cc0ec526825d475 100644 (file)
@@ -32,5 +32,3 @@ class OC_External {
        }
 
 }
-
-?>
index c109733e54824b76494d47eea7b8d3472a97a45e..488444c119a99ac77aab8d4fe63b56f91f7b59af 100644 (file)
@@ -7,4 +7,3 @@ OCP\Util::addscript( "external", "admin" );
 $tmpl = new OCP\Template( 'external', 'settings');
 
 return $tmpl->fetchPage();
-?>
index 7ff34da96b3a9421b60fbdf1ba204bf450afc84c..e504bb24bf8b8ef6f06413fc7a00c7e9914169e6 100644 (file)
@@ -52,5 +52,3 @@ if(OC_Filesystem::file_exists($base) and OC_Filesystem::is_dir($base)){
        }
 }
 OCP\JSON::encodedPrint($files);
-
-?>
index 161d820f735ec206a7705f78c912307d5136e79e..695f803884eccee8d5bd5942702e92aa933c1541 100644 (file)
@@ -26,5 +26,3 @@ if($success) {
 } else {
        OCP\JSON::error(array("data" => array( "message" => "Could not delete:\n" . $filesWithError )));
 }
-
-?>
index e9373f5f6ac253e54085dc59cb20775324cbd928..b9a4ddaf5e7df297d3ad4c5666e35eec4f344a2b 100644 (file)
@@ -34,4 +34,3 @@ $files = $_GET["files"];
 $dir = $_GET["dir"];
 
 OC_Files::get($dir, $files, $_SERVER['REQUEST_METHOD'] == 'HEAD' ? true : false);
-?>
index f0600a179d00791f52acacc372446e7ee8451ac1..dae0c1a828dd8bacec93180133e46d19c866f6f7 100644 (file)
@@ -42,5 +42,3 @@ $list->assign( "files", $files, false );
 $data = array('files' => $list->fetchPage());
 
 OCP\JSON::success(array('data' => $data));
-
-?>
index 57898cd82d9c09f68289284c6a8e2a19c3573244..80d50f84528633c38ba13e6ec3fd3b6c74af715f 100644 (file)
@@ -7,5 +7,3 @@ $RUNTIME_NOAPPS=false;
 
 
 print OC_Helper::mimetypeIcon($_GET['mime']);
-
-?>
index 56171dd0ed3d216ac2fccf930e1f01805cf72c88..3d4003a8edc456e211d67b1dcb0dbbe27784c4b2 100644 (file)
@@ -17,5 +17,3 @@ if(OC_Files::move($dir,$file,$target,$file)){
 }else{
        OCP\JSON::error(array("data" => array( "message" => "Could not move $file" )));
 }
-
-?>
index 7cb02f796731cf01d01110f6f02d854ceac0c450..d159f6e152f2bc3eddd12ca9ccb93c688adb2f21 100644 (file)
@@ -22,5 +22,3 @@ foreach( OC_Files::getdirectorycontent( $dir, $mimetype ) as $i ){
 }
 
 OCP\JSON::success(array('data' => $files));
-
-?>
index 8e98308eb5c06ae7a54db56fee3f92e25a56710b..45448279fa161d46137c2bddee952060eaa6a584 100644 (file)
@@ -18,5 +18,3 @@ if( OC_Files::move( $dir, $file, $dir, $newname )) {
 else{
        OCP\JSON::error(array("data" => array( "message" => "Unable to rename file" )));
 }
-
-?>
index cafb5074eceedc71c537c5b03b2060feb32268d3..0be441a36a237d16184a21f3b48ee50e2c5f3297 100644 (file)
@@ -3,4 +3,4 @@
        // see lib/base.php for an example
        //session_start();
        $_SESSION['timezone'] = $_GET['time'];
-?>
+        
\ No newline at end of file
index 5553cf5a13ec05de03dfba8c1d54bfff5784d0ed..74e6eb560d8df0af438511cc279079262ab1842f 100644 (file)
@@ -60,5 +60,3 @@ if(strpos($dir,'..') === false){
 }
 
 OCP\JSON::error(array('data' => array('error' => $error, "file" => $fileName)));
-
-?>
index 2b5d4e2d8768a718b971209a47f0b2a9779f20cb..4e2478d1ad7cb55fbe5dac57ea194048dbad7972 100644 (file)
@@ -46,4 +46,3 @@ header('Content-Length: '.OC_Filesystem::filesize($filename));
 
 @ob_end_clean();
 OC_Filesystem::readfile( $filename );
-?>
index ed36c5edab04276ddf24d603d1ef8b9d739372ca..c2c0cb6170cffbc0588c70454e0dace717b436f4 100644 (file)
@@ -98,5 +98,3 @@ $tmpl->assign( 'uploadMaxFilesize', $maxUploadFilesize);
 $tmpl->assign( 'uploadMaxHumanFilesize', OCP\Util::humanFileSize($maxUploadFilesize));
 $tmpl->assign( 'allowZipDownload', intval(OCP\Config::getSystemValue('allowZipDownload', true)));
 $tmpl->printPage();
-
-?>
index e5a66239ebd39de6b628637811684b197f73f2ba..cd6dd8c1616c0e25e102269fe1743cb68eb53867 100644 (file)
@@ -56,5 +56,3 @@ $tmpl = new OCP\Template( "files", "index", "user" );
 $tmpl->assign( 'files', $files );
 $tmpl->assign( "breadcrumb", $breadcrumb );
 $tmpl->printPage();
-
-?>
index 0eedfdb3339b3fcbc7f8f9617ec54d14afab9ac8..e08f805942f0e935258f9016a29bd5f21c034e2e 100644 (file)
@@ -11,5 +11,3 @@ if ($_POST['isPersonal'] == 'true') {
        $isPersonal = false;
 }
 OC_Mount_Config::addMountPoint($_POST['mountPoint'], $_POST['class'], $_POST['classOptions'], $_POST['mountType'], $_POST['applicable'], $isPersonal);
-
-?>
index a96601b4d0538fefa8636f95867e3a1586e46524..aa44642620267a39b2538eba3773bee1c8759224 100644 (file)
@@ -11,5 +11,3 @@ if ($_POST['isPersonal'] == 'true') {
        $isPersonal = false;
 }
 OC_Mount_Config::removeMountPoint($_POST['mountPoint'], $_POST['mountType'], $_POST['applicable'], $isPersonal);
-
-?>
index d0084c94afd1c5f5f78f3a907845e23244951b8e..b9b4cf65bd674a71631954321792b9cfbc2cbe02 100644 (file)
@@ -45,6 +45,3 @@ if (!is_array($config) or !isset($config['amazons3']) or !$config['amazons3']['r
                }
        }
 }
-
-?>
-
index 6c8d8c30cade13aff96ea55fb3bf2137a3ea4a76..6184585cff38082b7103a24af1bc9fdd751030a4 100644 (file)
@@ -4,5 +4,3 @@ OCP\Util::addscript( 'files_imageviewer', 'lightbox' );
 OCP\Util::addscript('files_imageviewer', 'jquery.mousewheel-3.0.4.pack');
 OCP\Util::addscript('files_imageviewer', 'jquery.fancybox-1.3.4.pack');
 OCP\Util::addStyle( 'files_imageviewer', 'jquery.fancybox-1.3.4' );
-
-?>
index c8ca2dc8d940f2591741e5fe539a1b232acaf7db..e4771ee517fc26025c5ae4bbd280a0bc76b91c57 100644 (file)
@@ -6,4 +6,3 @@ OCP\Util::addscript( 'files_pdfviewer', 'pdfjs/compatibility');
 OCP\Util::addscript( 'files_pdfviewer', 'viewer');
 OCP\Util::addscript( 'files_pdfviewer', 'pdfjs/build/pdf');
 OCP\Util::addscript( 'files_pdfviewer', 'pdfjs/viewer');
-?>
index e1dccb7d0fad7099d27b0c99b376e0c65a58f457..ca63f540f9304e35f8098da5c93a340486b2ac8b 100644 (file)
@@ -11,5 +11,3 @@ $link = $_POST['link'];
 $text = $user.' shared the '.$type.' '.$_POST['file'].' with you. It is available for download here: '.$link;
 $fromaddress = OCP\Config::getUserValue($user, 'settings', 'email', 'sharing-noreply@'.OCP\Util::getServerHost());
 OC_Mail::send($_POST['toaddress'], $_POST['toaddress'], $subject, $text, $fromaddress, $user);
-
-?>
index 94f0890d70680373fbcc721f4fea09cf75f604b9..ff6c29b6a0a08ad08e0c704dad298f42c53360ee 100644 (file)
@@ -64,5 +64,3 @@ while ($path != $userDirectory) {
 }
 
 OCP\JSON::success(array('data' => $item));
-
-?>
index 488cab13bc9ec65f2bddadf3c896373569c714ec..1be4d9a0d9c0916460ac91d6d70d41b891af6430 100644 (file)
@@ -20,5 +20,3 @@ if ($rows = OC_Share::getMySharedItems()) {
 }
 
 OCP\JSON::success(array('data' => $items));
-
-?>
index 31b7a3878ef2fa7830c4bbcf5568bdcd7a9ba024..0a2cf78f7651a1b7f84be533b1e173152aaeedbf 100644 (file)
@@ -10,5 +10,3 @@ $permissions = $_POST['permissions'];
 OC_Share::setPermissions($source, $uid_shared_with, $permissions);
 
 OCP\JSON::success();
-
-?>
index f4f2172d25124e486de257f4516f1caed9eed8a0..3f224d1b67b943212484e21d3c277fd9f5ebe970 100644 (file)
@@ -35,5 +35,3 @@ foreach ($sources as $source) {
                }
        }
 }
-
-?>
index 673f00c5d18e57d5b483191f9cf0db0968f5adf7..7da4fdfeea8585db420d35ee5ab79e34a308186d 100644 (file)
@@ -7,5 +7,3 @@ if ($_POST['resharing'] == true) {
 } else {
        OCP\Config::setAppValue('files_sharing', 'resharing', 'no');
 }
-
-?>
index 44ffdb1a5bca4abe034577ff9bca5534d98bcebc..02a59c4016b990ea3ea4ee3fef3715fa589af896 100644 (file)
@@ -9,5 +9,3 @@ $uid_shared_with = $_POST['uid_shared_with'];
 OC_Share::unshare($source, $uid_shared_with);
 
 OCP\JSON::success();
-
-?>
index 0e1bf6d588ec75f653c0f278b24cdefafc55db7d..388a4844b952115ecd053e730bab0a0f2de5324b 100644 (file)
@@ -28,5 +28,3 @@ $users[] = "</optgroup>";
 $groups[] = "</optgroup>";
 $users = array_merge($users, $groups);
 OCP\JSON::encodedPrint($users);
-
-?>
index 40a90a1530c559bacb5e0b24da05a9a22e2b78c8..70a5162d382f055ad51ecf949b86ccc553070248 100644 (file)
@@ -86,4 +86,3 @@ if (isset($_GET['token']) && $source = OC_Share::getSource($_GET['token'])) {
        $tmpl->printPage();
        die();
 }
-?>
index 6e092269250052efdd0b736677f2e688ebc03155..0237acfc1ac3b06285f01159fadd2e0440c94aba 100644 (file)
@@ -513,5 +513,3 @@ class OC_Share {
        }
 
 }
-
-?>
index 2fd24840d36359043e57041ec32f2a0800622a59..54704c942fda35913aa48b54ceafd186fc8d88e1 100644 (file)
@@ -33,5 +33,3 @@ OCP\Util::addscript("files_sharing", "list");
 $tmpl = new OCP\Template("files_sharing", "list", "user");
 $tmpl->assign("shared_items", OC_Share::getMySharedItems());
 $tmpl->printPage();
-
-?>
index c745170018e692de292941671b5ce771ec9956ba..1f9773bca3a6db3f2f369cb7e67802935604c84f 100644 (file)
@@ -4,4 +4,3 @@ OCP\Util::addStyle( 'files_texteditor', 'DroidSansMono/stylesheet' );
 OCP\Util::addStyle( 'files_texteditor', 'style' );
 OCP\Util::addscript( 'files_texteditor', 'editor');
 OCP\Util::addscript( 'files_texteditor', 'aceeditor/ace');
-?>
index d513d12dd6c044a89e8b6e4b9bcdbae42bdda8c9..86f614c5c8996618f46db964fbe6417be0babbff 100644 (file)
@@ -7,5 +7,3 @@ if (OCP\Config::getSystemValue('versions', 'true')=='true') {
 } else {
        OCP\Config::setSystemValue('versions', 'true');
 }
-
-?>
index e3332d7cdb6086319356604f41e37ba844927125..b2ae8d232e4ca0533d56e09031ca9cf11d43edb0 100644 (file)
@@ -71,5 +71,3 @@ if ( isset( $_GET['path'] ) ) {
 }
 
 $tmpl->printPage( );
-
-?>
index b43fdb9fd33cc43bcb43643de9da00a7dd686eed..f93d4dabe2298809f88c385d49256f6cfacf01f8 100644 (file)
@@ -30,43 +30,41 @@ class Hooks {
                }
        }
        
-       /**\r
-        * @brief Erase versions of deleted file\r
-        * @param array\r
-        *\r
-        * This function is connected to the delete signal of OC_Filesystem\r
-        * cleanup the versions directory if the actual file gets deleted\r
-        */\r
-       public static function remove_hook($params) {\r
-               $rel_path =  $params['path'];\r
-               $abs_path = \OCP\Config::getSystemValue('datadirectory').'/'.\OCP\User::getUser()."/versions".$rel_path.'.v';\r
-               if(Storage::isversioned($rel_path)) {\r
-                       $versions = Storage::getVersions($rel_path);\r
-                       foreach ($versions as $v){\r
-                               unlink($abs_path . $v['version']);\r
-                       }\r
-               }\r
-       }\r
-       \r
-       /**\r
-        * @brief rename/move versions of renamed/moved files\r
-        * @param array with oldpath and newpath\r
-        *\r
-        * This function is connected to the rename signal of OC_Filesystem and adjust the name and location\r
-        * of the stored versions along the actual file\r
-        */\r
-       public static function rename_hook($params) {\r
-               $rel_oldpath =  $params['oldpath'];\r
-               $abs_oldpath = \OCP\Config::getSystemValue('datadirectory').'/'.\OCP\User::getUser()."/versions".$rel_oldpath.'.v';\r
-               $abs_newpath = \OCP\Config::getSystemValue('datadirectory').'/'.\OCP\User::getUser()."/versions".$params['newpath'].'.v';\r
-               if(Storage::isversioned($rel_oldpath)) {\r
-                       $versions = Storage::getVersions($rel_oldpath);\r
-                       foreach ($versions as $v){\r
-                               rename($abs_oldpath.$v['version'], $abs_newpath.$v['version']);\r
-                       }\r
-               }\r
+       /**
+        * @brief Erase versions of deleted file
+        * @param array
+        *
+        * This function is connected to the delete signal of OC_Filesystem
+        * cleanup the versions directory if the actual file gets deleted
+        */
+       public static function remove_hook($params) {
+               $rel_path =  $params['path'];
+               $abs_path = \OCP\Config::getSystemValue('datadirectory').'/'.\OCP\User::getUser()."/versions".$rel_path.'.v';
+               if(Storage::isversioned($rel_path)) {
+                       $versions = Storage::getVersions($rel_path);
+                       foreach ($versions as $v){
+                               unlink($abs_path . $v['version']);
+                       }
+               }
+       }
+       
+       /**
+        * @brief rename/move versions of renamed/moved files
+        * @param array with oldpath and newpath
+        *
+        * This function is connected to the rename signal of OC_Filesystem and adjust the name and location
+        * of the stored versions along the actual file
+        */
+       public static function rename_hook($params) {
+               $rel_oldpath =  $params['oldpath'];
+               $abs_oldpath = \OCP\Config::getSystemValue('datadirectory').'/'.\OCP\User::getUser()."/versions".$rel_oldpath.'.v';
+               $abs_newpath = \OCP\Config::getSystemValue('datadirectory').'/'.\OCP\User::getUser()."/versions".$params['newpath'].'.v';
+               if(Storage::isversioned($rel_oldpath)) {
+                       $versions = Storage::getVersions($rel_oldpath);
+                       foreach ($versions as $v){
+                               rename($abs_oldpath.$v['version'], $abs_newpath.$v['version']);
+                       }
+               }
        }
        
 }
-
-?>
index 5f9e60fc589b56c5795d4c5597909f6a8669ab84..f2873b8f7c2cfebeaf0b23e20e763f3d23fe455b 100644 (file)
@@ -7,4 +7,3 @@ OCP\Util::addscript( 'files_versions', 'versions' );
 $tmpl = new OCP\Template( 'files_versions', 'settings');
 
 return $tmpl->fetchPage();
-?>
index 61e2e9ae2e9928b90b4899a833e0495959f78750..5bfa5aa9a93ad68bf069049f6b48ddd1a051a5d0 100644 (file)
@@ -28,5 +28,3 @@ OCP\JSON::checkAppEnabled('gallery');
 OC_Gallery_Album::create(OCP\USER::getUser(), $_GET['album_name']);
 
 OCP\JSON::success(array('name' => $_GET['album_name']));
-
-?>
index 7cbe3e46e2175dc4d5ff1b2bafca9f442df183bb..ab8c64e28ad22b758cc1a40c643600c9702f5fc0 100644 (file)
@@ -186,4 +186,3 @@ if ($_GET['operation']) {
     OCP\JSON::error(array('cause' => 'Unknown operation'));
   }
 }
-?>
index a891e2889f6b76cbf1387f8bf672a0312ac3395f..ce79f8f8782a6834f248813f1180695d1c7c9c66 100644 (file)
@@ -103,4 +103,3 @@ $tmpl = new OCP\Template( 'gallery', 'index', 'user' );
 $tmpl->assign('root', $root, false);
 $tmpl->assign('tl', $tl, false);
 $tmpl->printPage();
-?>
index 093979834da58895aa38d1c58af19bf82a043680..3bafdb5cf4d18ed7de6f7cd724c7590904f83b98 100644 (file)
@@ -38,5 +38,3 @@ class OC_Gallery_Hooks_Handlers {
                //TODO: implement this
        }
 }
-
-?>
index ac3a383c97748985a0a44540510556882f86607e..f5e37cf1dee3ab044ba5dcd98ebf99958b3ba21b 100644 (file)
@@ -60,5 +60,3 @@ function CroppedThumbnail($imgSrc,$thumbnail_width,$thumbnail_height, $tgtImg, $
     imagedestroy($process);
     imagedestroy($myImage);
 }
-
-?>
index 17eb741a660e0accfe2dcd2cd199ee17b589d197..495c51ea9c259c9b4256c51f08f8aeb3b6534b27 100644 (file)
@@ -102,13 +102,12 @@ class ThumbnailsManager {
        }
        
        public function delete($path) {
-               $thumbnail = \OCP\Config::getSystemValue('datadirectory').'/'.\OC_User::getUser()."/gallery".$path;\r
-               if (file_exists($thumbnail)) {\r
-                       unlink($thumbnail);\r
+               $thumbnail = \OCP\Config::getSystemValue('datadirectory').'/'.\OC_User::getUser()."/gallery".$path;
+               if (file_exists($thumbnail)) {
+                       unlink($thumbnail);
                }
        }
        
        private function __construct() {}
 
 }
-?>
index 5efe0d7a299cd09b2fcbd9eff0676e780726dc45..3ff06dfcbebc5aaa8b8ac37fe1f538730bcc9eec 100644 (file)
@@ -174,5 +174,3 @@ class TileStack extends TileBase {
        private $tiles_array;
        private $stack_name;
 }
-
-?>
index 022a88f75cc2095ce03705ce0c9b778c39d68544..02d567c628d3973ead65f499054b936d82edb3c2 100644 (file)
@@ -83,5 +83,3 @@ if ($ts->getCount() != 0) {
 }
 
 echo $tl->get();
-
-?>
index 23abc579272b6ec40cf29dd73e2556c1c4d781fe..7f5cdb22c12db9842aa46c0a86a50d96c525ae33 100644 (file)
@@ -131,4 +131,3 @@ if($arguments['action']){
                        exit;
        }
 }
-?>
index 3122c7e6754193310f626343f3d9c226b714f284..c2dbf27a00439ae324070d3c4a202ec2c148bd5e 100644 (file)
@@ -35,4 +35,3 @@ $autoUpdate=(isset($_GET['autoupdate']) and $_GET['autoupdate']=='true');
 OCP\Config::setUserValue(OCP\USER::getUser(),'media','autoupdate',(integer)$autoUpdate);
 
 OCP\JSON::success(array('data' => $autoUpdate));
-?>
index fb51aa0b17a1a07eaddc44fb1a206b24efcae363..ae85abc8aab7ed92f96c48517b39566cb3a9f228 100644 (file)
@@ -40,5 +40,3 @@ OCP\App::setActiveNavigationEntry( 'media_index' );
 
 $tmpl = new OCP\Template( 'media', 'music', 'user' );
 $tmpl->printPage();
-?>
index 255e6f468f89127ef96c6b52bf46a91011ea9b11..d35cca150b2fb1fb66a7ffd8a90a27382904d277 100644 (file)
@@ -419,5 +419,3 @@ class OC_MEDIA_AMPACHE{
                echo('</root>');
        }
 }
-
-?>
index 598c08d32e24a3052efc7f772ed1a535ef57adf8..e65930f551d769ef8632d8f7bc9690fc2dc1f0ec 100644 (file)
@@ -387,5 +387,3 @@ class OC_MEDIA_COLLECTION{
                $query->execute(array($newPath,$oldPath));
        }
 }
-
-?>
index 227298fafecaa7ec5f17fba5d8aa2d0ae5086da5..53738f02f9fc907ab3cedf2cccc37d22ac14a9ef 100644 (file)
@@ -3,4 +3,3 @@
 $tmpl = new OCP\Template( 'media', 'settings');
 
 return $tmpl->fetchPage();
-?>
index 9c48549fe6d4ab17a983f2485b736345f4ccabf4..3be8b0984d8da1dee978ed2e653a72f23448abd4 100644 (file)
@@ -4,4 +4,3 @@ require_once('lib_remoteStorage.php');
 $tmpl = new OCP\Template( 'remoteStorage', 'settings');
 
 return $tmpl->fetchPage();
-?>
index 9d314b59ce764cf6009c32476db015bf7537b57c..366c4004932d4b516230aefafd406e2609fb566c 100644 (file)
@@ -31,4 +31,3 @@ $entry = array(
        'href' => OCP\Util::linkTo( "user_migrate", "admin.php" ),
        'name' => 'Import'
 );
-?>
index 5aaab64285649274fb23fbe94858fbf8678b9264..13fd31c47ca2e2c95cfe217c11024bfc02c8fcf3 100644 (file)
@@ -1705,4 +1705,3 @@ $run_mode = (isset($_REQUEST['openid_mode'])
 debug("Run mode: $run_mode at: " . time());
 debug($_REQUEST, 'Request params');
 call_user_func($run_mode . '_mode');
-?>
index 392424795f837af7281aabbb83fabbbd7ef1f49c..d25b95259e0c1f3113f2d1df4b4d2fa2d25c8217 100644 (file)
@@ -45,6 +45,3 @@ if(!OCP\User::userExists($USERNAME)){
 $IDENTITY=OCP\Util::linkToAbsolute( "user_openid", "user.php" ).'/'.$USERNAME;
 
 require_once 'phpmyid.php';
-
-
-?>
index 6b64a7e2860e9277ed4a7c172f4833f3e97fb9bb..e5b7f042d5abb0fa1c87bd6f77a49caed1c852bc 100644 (file)
@@ -58,4 +58,3 @@ foreach($apps as $app) {
        }
 }
 echo "]}";
-?>
index cc15102bbc343ece229cfe21bde953fc9638a325..e3e92fcfa16956b00c4d76608460ab3ed4ae19ce 100644 (file)
@@ -45,5 +45,3 @@ foreach( OC_Group::getGroups() as $i ){
 }
 
 OC_JSON::encodedPrint($groups);
-
-?>
index a6433b1964afd4a0d6c9090c7007e374a5a583af..2bd6b7ed634d9b8032ed223a26393190cc788b5f 100644 (file)
@@ -29,4 +29,3 @@ $app = $_POST["app"];
 $l = OC_L10N::get( $app );
 
 OC_JSON::success(array('data' => $l->getTranslations()));
-?>
index c8168eaf460869eca114f43a218eb2720157b020..85ca004ae664597a44a6e15dd0587753f0f99f50 100644 (file)
@@ -44,5 +44,3 @@ foreach( OC_User::getUsers() as $i ){
 }
 
 OC_JSON::encodedPrint($users);
-
-?>
index 258bd50fcad01bd14838e507ecee2856b5418a28..78ec451fac269a2c7863abe8f91907838206fb10 100644 (file)
@@ -36,5 +36,3 @@ if(!isset($_SERVER['PHP_AUTH_USER'])){
                OC_JSON::encodedPrint(array("username" => $_SERVER["PHP_AUTH_USER"], "user_valid" => "false"));
        }
 }
-
-?>
index a58489228d81ede597e59b365980452278821ea0..e69f8bb726b14b3941c3793b1b559b4d1a3146bc 100644 (file)
@@ -39,5 +39,3 @@ if($categories->hasCategory($category)) {
 }
 
 OC_JSON::success(array('data' => array('categories'=>$categories->categories())));
-
-?>
index 75def433d30289f15fd03fa8f7b616d13cf71371..a41fa083c3889c914d6b4b23a0395ec3d94c5741 100644 (file)
@@ -34,5 +34,3 @@ if(is_null($categories)) {
 $vcategories = new OC_VCategories($app);
 $vcategories->delete($categories);
 OC_JSON::success(array('data' => array('categories'=>$vcategories->categories())));
-
-?>
index 252b3d3454c9d143baaa40b76a31b0044e63fe9f..3e5540cbc227dc521172821a1fb49f79ff39dbe7 100644 (file)
@@ -31,5 +31,3 @@ $categories = $vcategories->categories();
 debug(print_r($categories, true));
 $tmpl->assign('categories',$categories);
 $tmpl->printpage();
-
-?>
index 8c3f64ef14f63d045a48f9a26ad68ee076663787..01ab386608967276f2104bd60070f8d11dcaebdc 100644 (file)
@@ -7,4 +7,3 @@ $l->t("Users");
 $l->t("Apps");
 $l->t("Admin");
 $l->t("Help");
-?>
index a013aea165ad50dbb92173c029ceb974678ffd39..1af262fd7a7a9ca165202b1bba66bf0dc70d212b 100644 (file)
@@ -134,4 +134,3 @@ class MDB2_Driver_Function_sqlite3 extends MDB2_Driver_Function_Common
 
     // }}}
 }
-?>
index 8f4e1312eb8f09faf456d22be3998a5ff490bd28..10255a3619a08543c3d73fdecdbdf4990e9425cb 100644 (file)
@@ -1360,4 +1360,3 @@ class MDB2_Driver_Manager_sqlite3 extends MDB2_Driver_Manager_Common
 
     // }}}
 }
-?>
index 39d3fb6727d836e96e93b01eaf6dce4773d9c77a..25927aff637522c49d4bcfef2e9f1e92b34005f0 100644 (file)
@@ -1332,5 +1332,3 @@ class MDB2_Statement_sqlite3 extends MDB2_Statement_Common
                $this->free();
     }
 }
-
-?>
index 9e2108818bfdfcf3a664537f0ec77aff660398fc..38c51af9cdb8d96ac6afc031a902347156883a33 100644 (file)
@@ -158,6 +158,3 @@ class App {
 
 
 }
-
-
-?>
index 9f5abe672cb64fc0ccc284b908574bbab4100572..ab01902ffe60e13d673ebfa8476711ad88a7e460 100644 (file)
@@ -134,5 +134,3 @@ class Config {
 
 
 }
-
-?>
index f7564c0bb6a7613bfd13e72571f481b6be72865f..3a33f7674d80f5d76fc616d168c97304c667fb57 100644 (file)
@@ -91,5 +91,3 @@ class DB {
 
 
 }
-
-?>
index fc3004434bae43c512bbe7ce47e92ccd02682dc2..32b3f03674484193044e45081d6ef0c10f8b946b 100644 (file)
@@ -115,5 +115,3 @@ class Files {
 
 
 }
-
-?>
index b6edbd65bd5a07aa8f78ffa526f9f951f3ba3331..1bc1e3ab4d51ff5264679a077b1806aed76e0040 100644 (file)
@@ -105,5 +105,3 @@ class JSON {
        }
 
 }
-
-?>
index cc2137c5caefd5b067c699533a30a5d33bdf1656..8dff3bcd3541eae97dada5703315eddc24511ad9 100644 (file)
@@ -105,5 +105,3 @@ class Response {
 
 
 }
-
-?>
index b89088bdd0645316c236716f27a67a2f8ab6522f..a0ed618cb2c5f16f4a87e872170c36f7ae556d69 100644 (file)
@@ -104,6 +104,3 @@ function html_select_options($options, $selected, $params=array()) {
 class Template extends \OC_Template {
 
 }
-
-
-?>
index a0c069f73795c7ee15ca4e467b0aa2e68b7a3738..713e366b9680d86cd8087f361c71e148470cf499 100644 (file)
@@ -120,6 +120,3 @@ class User {
 
 
 }
-
-
-?>
index 41121091544abafecacbedfd9b058de98e00e7db..43f9e3cee5d67b2ced06d4bcafcc66797d0c2e4f 100644 (file)
@@ -321,5 +321,3 @@ class Util {
                return(\OC_Helper::mb_str_replace($search, $replace, $subject, $encoding, $count));
        }
 }
-
-?>
index bad0f5301c79dad11e7ddcf71ff0eb4a8fc344e1..2f73c486c9c08cd513a3332f6aa89e98f1f83bfb 100644 (file)
@@ -380,5 +380,3 @@ class OC_Setup {
                file_put_contents(OC_Config::getValue('datadirectory', OC::$SERVERROOT.'/data').'/index.html', '');
        }
 }
-
-?>
index 5d97178c30e73e9e5be28b57e73b0463fa7944d8..332cea03bfc013809b6a1161b865e506e9fcdd82 100644 (file)
@@ -84,4 +84,3 @@ class OC_Updater{
 
        }
 }
-?>
index 4e73bb18d4235ffb00a3306a8ed54462534642c6..d15b7b166eaee6e971c4027358e377f41a8c04da 100644 (file)
@@ -223,4 +223,3 @@ class OC_VCategories {
        }
 
 }
-?>
index adaa28db6cd7feab015713005fb21fe4d7a22031..f9cafd20b015460a995b6a7f2d9802ecd360b380 100644 (file)
@@ -40,6 +40,3 @@ echo('
 </provider>
 </providers>
 ');
-
-
-?>
index 77dd75b9fc2ace2f08ee76280a8e7f53d70e318e..ab0dc80f4ba9faa38c772a723e67c136dd7a7a50 100644 (file)
@@ -24,5 +24,3 @@
 require_once('../lib/base.php');
 @ob_clean();
 OC_OCS::handle();
-
-?>
index 326724d60c4f4787d55a49425c033c50bb9d9ca5..95ddfedf8ba7b044495177c5ff69c237a0e716e6 100644 (file)
@@ -35,5 +35,3 @@ if($query){
 }else{
        echo 'false';
 }
-
-?>
index 518695c56d202d4dab7bc27f6ac1496d9578a63b..de55aec3999391239a3649531d9402f3143168ac 100644 (file)
@@ -49,5 +49,3 @@ foreach($results as $result){
 $tmpl = new OC_Template( 'search', 'index', 'user' );
 $tmpl->assign('resultTypes',$resultTypes);
 $tmpl->printPage();
-
-?>
index 604298b1cf172d9f48c1f4f7e55ded49812f9d6b..4ba6813517bf6ca986ef2da0fdc4707a862e6a59 100644 (file)
@@ -23,5 +23,3 @@ if( OC_User::setPassword( $username, $password )){
 else{
        OC_JSON::error(array("data" => array( "message" => "Unable to change password" )));
 }
-
-?>
index 3626600ad9b0de1b8c0cfbf0f98da4fcd0a12c47..af8ad3dd8c08319fc9924d03796d766cbe0c0919 100644 (file)
@@ -26,5 +26,3 @@ if( OC_Group::createGroup( $groupname )){
 else{
        OC_JSON::error(array("data" => array( "message" => "Unable to add group" )));
 }
-
-?>
index 079b4750b7d2113bdbf9194026a30df0a6297aa2..c56df4bc15ab8a29e56bf94dc687794b9d8af1f5 100644 (file)
@@ -36,5 +36,3 @@ try {
 } catch (Exception $exception) {
        OC_JSON::error(array("data" => array( "message" => $exception->getMessage())));
 }
-
-?>
index 68f6b7933e6e739cdc43bfd04eecf1551beb86e9..803a424854c27eeace7e4eaa852f293cc3b0543e 100644 (file)
@@ -15,5 +15,3 @@ if( isset( $_POST['email'] ) && filter_var( $_POST['email'], FILTER_VALIDATE_EMA
 }else{
        OC_JSON::error(array("data" => array( "message" => $l->t("Invalid email") )));
 }
-
-?>
index 883cd52bfe1c8a9f535f9e483b4dcd0d3217fb55..bf4ead06020b6c6eefdaf7c6152347821ab838ea 100644 (file)
@@ -17,5 +17,3 @@ if( isset( $_POST['identity'] ) ){
 }else{
        OC_JSON::error(array("data" => array( "message" => $l->t("Invalid request") )));
 }
-
-?>
index 19cbe51fd51762ec894c142cafec030e601c0f5a..f8c2065956c8f677c4256badc34cbc73fce54f70 100644 (file)
@@ -15,5 +15,3 @@ if( OC_Group::deleteGroup( $name )){
 else{
        OC_JSON::error(array("data" => array( "message" => "Unable to delete group" )));
 }
-
-?>
index 63388b3ca688896c20121a93e581967a98cec50a..230815217c34294ca03af2be9398f34755cc4b0d 100644 (file)
@@ -15,5 +15,3 @@ if( OC_User::deleteUser( $username )){
 else{
        OC_JSON::error(array("data" => array( "message" => "Unable to delete user" )));
 }
-
-?>
index 6b8c9274e65e72b9be737f09d361874e5a7dde31..54b103cd4fe4a7ce7cf5afb34ed2f0d413b4de23 100644 (file)
@@ -22,5 +22,3 @@ if( isset( $_POST['lang'] ) ){
 }else{
        OC_JSON::error(array("data" => array( "message" => $l->t("Invalid request") )));
 }
-
-?>
index 44c2067824b236af0c565a7ec5cc6e1518e79159..2b412c0f2fdc923b02fc01382b9bd60f3b839ed6 100644 (file)
@@ -35,4 +35,3 @@ if($username){
 }
 OC_JSON::success(array("data" => array( "username" => $username ,'quota'=>$quota)));
 
-?>
index a7cdeb2cfbd7a80396a3768cee2ffbcb0746578e..95338ed0267b06801b53d97c8f9b318f02b0427b 100644 (file)
@@ -38,5 +38,3 @@ if( $success ){
 else{
        OC_JSON::error(array("data" => array( "message" => "Unable to $error group $group" )));
 }
-
-?>
index f4ae8b8d977ca17dec9bde96834ed182238c1f70..762395c031b04ffab9b7629e3bac98ec4a99dff9 100644 (file)
@@ -97,5 +97,3 @@ $appid = (isset($_GET['appid'])?strip_tags($_GET['appid']):'');
 $tmpl->assign('appid',$appid);
 
 $tmpl->printPage();
-
-?>
index f0abed8f558208e1100360c3545bc2cee54da080..b1dc1c5be771fa0c7e4e44a272a83754a8dcc0e6 100644 (file)
@@ -25,5 +25,3 @@ $tmpl->assign( "kbe", $kbe );
 $tmpl->assign( "pagecount", $pagecount );
 $tmpl->assign( "page", $page );
 $tmpl->printPage();
-
-?>
index 26a9f601d9aa1dd45b9b3379d68999cdf0d0bbcb..d82db0d0e7e1adb40f8833ca870a14ac91fa0a52 100644 (file)
@@ -17,7 +17,7 @@ OC_App::setActiveNavigationEntry( 'personal' );
 
 // calculate the disc space
 $rootInfo=OC_FileCache::get('');
-$sharedInfo=OC_FileCache::get('/Shared');\r
+$sharedInfo=OC_FileCache::get('/Shared');
 $used=$rootInfo['size']-$sharedInfo['size'];
 $free=OC_Filesystem::free_space();
 $total=$free+$used;
@@ -61,5 +61,3 @@ foreach($forms as $form){
        $tmpl->append('forms',$form);
 }
 $tmpl->printPage();
-
-?>
index 026a30a750c96eb605823e02106af832d4519484..c3259d2a3f1eb40577c25a6529169aa0070db389 100644 (file)
@@ -48,6 +48,3 @@ $tmpl->assign( 'quota_preset', $quotaPreset);
 $tmpl->assign( 'default_quota', $defaultQuota);
 $tmpl->assign( 'share_notice', $shareNotice);
 $tmpl->printPage();
-
-?>
-
index 2d31702ecb3f9725f361280c7088dfaa8c134dcb..f314a3a1c6f43c4ae387f1e265fc5a6a63f9864b 100644 (file)
@@ -29,6 +29,3 @@ if(OC_Config::getValue('installed')==1) $installed='true'; else $installed='fals
 $values=array('installed'=>$installed,'version'=>implode('.',OC_Util::getVersion()),'versionstring'=>OC_Util::getVersionString(),'edition'=>OC_Util::getEditionString());
 
 echo(json_encode($values));
-
-
-?>
index b5fee9bf85ffd05428322522f5dc79bceb02f96f..82e677a51c790dd4b6036cfa9f2c9d7f6893a719 100644 (file)
@@ -52,5 +52,3 @@ if(!OC_User::login($authuser,$authpw)){
 
 
 }
-
-?>