Commit eeea15cc21c366347be0727690c47944a27a07c8

Authored by Mark Holtzhausen
2 parents 0a5bee7d 41288424

Merge branch 'atomPub' into AtomPub_ResponseObjects

Showing 1 changed file with 2 additions and 1 deletions
ktatompub/auth.php
... ... @@ -32,13 +32,14 @@
32 32 * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices
33 33 * must display the words "Powered by KnowledgeTree" and retain the original
34 34 * copyright notice.
35   - * Contributor( s):
  35 + * Contributor( s):
36 36 * Mark Holtzhausen <mark@knowledgetree.com>
37 37 *
38 38 */
39 39  
40 40 /**
41 41 * Automatic Login bypassing HTTP Basic Auth
  42 + * TODO: Thest HTTP Basic Auth - Try Library From Home
42 43 */
43 44  
44 45 $SessionId=KTAPPHelper::login('admin','admin');
... ...