├── README.md ├── data ├── .htaccess └── index.php ├── examples.php └── flatdb.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onyxhat/FlatDB/HEAD/README.md -------------------------------------------------------------------------------- /data/.htaccess: -------------------------------------------------------------------------------- 1 | Options -Indexes 2 | Deny from All 3 | 4 | -------------------------------------------------------------------------------- /data/index.php: -------------------------------------------------------------------------------- 1 |