diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-04-02 05:05:10 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-04-02 05:05:10 +0200 |
commit | d3891f4f50e3cb3cfd1b6491088d759d586e2302 (patch) | |
tree | cf80f02092a50db6b2857a54c7f558d7dcb1158c /system/database/drivers/sqlite3/index.html | |
parent | 3396d531e2f3864d06860cdbdf7320bc121f77f1 (diff) | |
parent | d8159e49acd2ab61bd8390eb123f05adc07c6bdb (diff) |
Merge pull request #930 from narfbg/develop-db-sqlite3
Added SQLite3 database driver
Diffstat (limited to 'system/database/drivers/sqlite3/index.html')
-rw-r--r-- | system/database/drivers/sqlite3/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/database/drivers/sqlite3/index.html b/system/database/drivers/sqlite3/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/system/database/drivers/sqlite3/index.html @@ -0,0 +1,10 @@ +<html> +<head> + <title>403 Forbidden</title> +</head> +<body> + +<p>Directory access is forbidden.</p> + +</body> +</html>
\ No newline at end of file |