From f71d39467f353ae5f67984c0809bbda5ff7968b0 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 11 Aug 2013 12:55:19 +0200 Subject: Remove api keys dependency on username We don't need it and getting the user name from the user drivers is way more complicated. Signed-off-by: Florian Pritz --- application/views/file/upload_form.php | 2 +- application/views/header.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'application/views') diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index 99c1d9e42..841ac3746 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -1,4 +1,4 @@ - +
diff --git a/application/views/header.php b/application/views/header.php index e85463735..ba6d6ae9d 100644 --- a/application/views/header.php +++ b/application/views/header.php @@ -45,7 +45,7 @@ if (is_cli_client() && !isset($force_full_html)) {