summaryrefslogtreecommitdiffstats
path: root/core/templates/404.php
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-07-27 19:25:49 +0200
committerJakob Sack <kde@jakobsack.de>2011-07-27 19:25:49 +0200
commit2f807a3c7f6e5a3a8a8e8317a3b3b627d3d68952 (patch)
treef7a829d8bc67c364a8b77c02cb875fc0c33934a4 /core/templates/404.php
parentf5c0dbd947d45520550b68dae77a894f871a0758 (diff)
downloadnextcloud-server-2f807a3c7f6e5a3a8a8e8317a3b3b627d3d68952.tar.gz
nextcloud-server-2f807a3c7f6e5a3a8a8e8317a3b3b627d3d68952.zip
Delete requires in applications where possible
Diffstat (limited to 'core/templates/404.php')
-rw-r--r--core/templates/404.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/404.php b/core/templates/404.php
index b78828e6301..65cfaec3b7c 100644
--- a/core/templates/404.php
+++ b/core/templates/404.php
@@ -1,7 +1,6 @@
<?php
if(!isset($_)){//also provide standalone error page
require_once '../../lib/base.php';
- require( 'template.php' );
$tmpl = new OC_TEMPLATE( '', '404', 'guest' );
$tmpl->printPage();