summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-01-11 16:49:55 +0100
committerLukas Reschke <lukas@statuscode.ch>2013-01-11 16:49:55 +0100
commit216a5af396cefe3e40efc1c02f4e4661604441a3 (patch)
tree0fbd89723ff82de2f8cde953132ca0348cd9e2ee /core
parent1eb3c8ecf6a86a879af5773f5ca01be81c9bae49 (diff)
downloadnextcloud-server-216a5af396cefe3e40efc1c02f4e4661604441a3.tar.gz
nextcloud-server-216a5af396cefe3e40efc1c02f4e4661604441a3.zip
Remove uneeded file
logout.php is a legacy file, which isn't used anymore in the ownCloud code.
Diffstat (limited to 'core')
-rw-r--r--core/templates/logout.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/logout.php b/core/templates/logout.php
deleted file mode 100644
index 2247ed8e70f..00000000000
--- a/core/templates/logout.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php echo $l->t( 'You are logged out.' );