-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved exampel server code to index.php and removed file from docs
Change-Id: I993ed14de3df6d1b2a537e2ee5c192416dfa86c2
- Loading branch information
Lars Kneschke
committed
Jul 27, 2012
1 parent
128154c
commit 26eff8b
Showing
2 changed files
with
10 additions
and
56 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
<?php | ||
/** | ||
* Syncroton | ||
* | ||
* Example server file | ||
* | ||
* @package doc | ||
* @license http://www.tine20.org/licenses/lgpl.html LGPL Version 3 | ||
* @copyright Copyright (c) 2012-2012 Metaways Infosystems GmbH (http://www.metaways.de) | ||
* @author Lars Kneschke <[email protected]> | ||
*/ | ||
|
||
if (!isset($_SERVER['PHP_AUTH_USER'])) { | ||
header('WWW-Authenticate: Basic realm="Syncroton"'); | ||
|