- Timestamp:
- 10/22/06 23:52:27 (14 years ago)
- Location:
- dev/common
- Files:
-
- 1 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/login.php
r10 r31 34 34 $page->setContent($html); 35 35 $page->generate(); 36 37 36 ?> -
dev/common/sync_server.php
r15 r31 39 39 { 40 40 // if we got no ids from the client we won't send him ours 41 echo "malformed request<br>\n"; 42 return; 41 // bad idea for new installations 42 //echo "malformed request<br>\n"; 43 //return; 43 44 } 44 45