diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-08-23 00:26:12 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-08-23 00:26:12 +0200 |
commit | 80ab8160e82c4b87d53916a3920d85a7e689c7e4 (patch) | |
tree | afcee8dd4705b3c68ec88334dcf0b59fec5cdc43 /system/database/drivers/pdo/index.html | |
parent | ff390b9c43f33ee734b5e8abc754539799a19357 (diff) |
Started PDO db driver
Diffstat (limited to 'system/database/drivers/pdo/index.html')
-rw-r--r-- | system/database/drivers/pdo/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/database/drivers/pdo/index.html b/system/database/drivers/pdo/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/system/database/drivers/pdo/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 |