Skip to content

Commit

Permalink
moved exampel server code to index.php and removed file from docs
Browse files Browse the repository at this point in the history
Change-Id: I993ed14de3df6d1b2a537e2ee5c192416dfa86c2
  • Loading branch information
Lars Kneschke committed Jul 27, 2012
1 parent 128154c commit 26eff8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 56 deletions.
56 changes: 0 additions & 56 deletions docs/syncroton.php

This file was deleted.

10 changes: 10 additions & 0 deletions index.php
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"');
Expand Down

0 comments on commit 26eff8b

Please sign in to comment.