Remove trailing closing php tag in classes and excessive lines

pull/1/head
Victor Dubiniuk il y a 11 ans commité par Tobias Hintze
Parent 1353d5ce65
révision aef0059d8c

@ -27,5 +27,3 @@ session_write_close();
$file = $_GET['filepath'];
\OCP\Preview::show($file,120,120);

@ -32,7 +32,3 @@ OCP\App::addNavigationEntry(array(
'icon' => OCP\Util::imagePath('office', 'office.png'),
'name' => 'Office')
);
?>

@ -35,5 +35,3 @@ $list=\OCA\Office\Storage::getDocuments();
$tmpl = new OCP\Template('office', 'documents', 'user');
$tmpl->assign('list', $list);
$tmpl->printPage();

@ -30,8 +30,5 @@ class Storage {
$list=\OCP\Files::searchByMime('application/vnd.oasis.opendocument.text');
return $list;
}
}
?>

Chargement…
Annuler
Enregistrer