Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 250 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 250 Bytes

instanote

Note keeping and link sharing done with PHP 5.2 and a single JSON file.

setup

  • chmod +w /data/notes.json and /data/backup.json
  • generate md5 of your password
  • set md5 key as $password in /include/auth.php
  • login from /login.php