From 93ed0f3759f483a2f47c256c6418103e0d2d92ab Mon Sep 17 00:00:00 2001 From: nielsengelen Date: Tue, 27 Apr 2021 10:51:51 +0200 Subject: [PATCH] Minor updates --- LICENSE | 2 +- index.php | 100 ++++++++++++++++++++++++++++++++++---------------- microsoft.php | 7 +++- onedrive.php | 2 +- 4 files changed, 76 insertions(+), 35 deletions(-) diff --git a/LICENSE b/LICENSE index 960a793..f17eeed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 nielsengelen +Copyright (c) 2021 VeeamHUB Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/index.php b/index.php index 6d0cce0..fbcba25 100644 --- a/index.php +++ b/index.php @@ -53,41 +53,35 @@ } } } -?> + +if (file_exists('setup.php')) { + ?> - - - <?php echo $title; ?> - - - - - - - - - - - - - - + + +Error + + + + + + + - - + + + + + + + + + <?php echo $title; ?> + + + + + + + + + + + + + + + +