diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-16 12:05:23 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-16 12:05:23 +0100 |
commit | 8ae24c57a1240a5a5e3fbd5755227e5d42b75390 (patch) | |
tree | e79755605c4dc74cd5c357f694013b78f1e8ba38 /system/database/drivers/sqlite3/index.html | |
parent | fc514ca3578c59753e059fd6b8a2415424850535 (diff) |
Add 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 |