From baef6e7af0b84acfe9631b86be4375f8f42ef430 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 6 Nov 2015 17:42:57 +0100 Subject: misc --- .htaccess | 4 ++-- index.php | 25 ++++++++++++------------- interface.php | 2 +- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/.htaccess b/.htaccess index 76a4aff..9848a27 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -AuthName "Postedit Login" +AuthName "Post-Editing Interface" AuthType Basic -AuthUserFile /workspace/post_editing/conf/.htpasswd +AuthUserFile /fast_scratch/simianer/lfpe/.htpasswd require valid-user diff --git a/index.php b/index.php index cab79c6..5e574e4 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@ - Post-editing application + Post-Editing Interface @@ -11,7 +11,7 @@
- Please enter your session key: + Please enter your session key:     Session type: - - - - - - - - - - - + + + + + + + + + +

diff --git a/interface.php b/interface.php index ab38f72..da87ad0 100644 --- a/interface.php +++ b/interface.php @@ -1,7 +1,7 @@ - Post-editing application (Session: #<?php echo $_GET["key"]; ?>) + Post-Editing Interface (Session: #<?php echo $_GET["key"]; ?>) -- cgit v1.2.3