diff --git a/README.md b/README.md index 50742dd..29aa7fb 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ For this site to be secure you **MUST** use `https`. If not, your credentials wi ## change log +### 1.3.1 +Add sign out button to auth page + +### 1.2.2 +Delete unused files, generally tidy things up + ### 1.2.1 Files tidied up. diff --git a/auth/index.php b/auth/index.php index 6578d05..81674db 100644 --- a/auth/index.php +++ b/auth/index.php @@ -1,4 +1,15 @@ +
+
+
+
+ +
@@ -175,6 +192,9 @@ function load_${cam}() } else { -header("Location:". $config['site_url']); +header("Location: ../"); }; ?> + + + diff --git a/index.php b/index.php index a64a327..d323954 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,10 @@ + + Remote Viewer @@ -50,7 +54,7 @@