aboutsummaryrefslogtreecommitdiff
path: root/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'login.php')
-rw-r--r--login.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/login.php b/login.php
index d21fe79..40801b3 100644
--- a/login.php
+++ b/login.php
@@ -1,28 +1,28 @@
<?php
/**
* Check if the user is logged in
- *
+ *
* This file should be required by all sensitive PHP scripts. It verifies that
* the client has been logged in, and if not, displays a login page.
*
* See also login-ajax.php, which is specific for files that are loaded through
* Ajax (and typically require a json response).
- *
+ *
* @author Camil Staps
*
* BusinessAdmin: administrative software for small companies
* Copyright (C) 2015 Camil Staps (ViviSoft)
- *
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/