diff options
author | Alex Bilbie <alex.bilbie@gmail.com> | 2011-03-10 17:43:39 +0100 |
---|---|---|
committer | Alex Bilbie <alex.bilbie@gmail.com> | 2011-03-10 17:43:39 +0100 |
commit | 84445d08e31c4d538d5a25023b8e5861804a8f14 (patch) | |
tree | 0ab37b3ab1cca3dd806e67a344be91c773563f28 /system/database/drivers/sqlsrv/index.html | |
parent | e8f5890e4b7eb52ed4d905a225c3bf985f397439 (diff) |
Added sqlsrv folder, added necessary files, started altering queries in sqlsrv_driver.php
Diffstat (limited to 'system/database/drivers/sqlsrv/index.html')
-rw-r--r-- | system/database/drivers/sqlsrv/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/database/drivers/sqlsrv/index.html b/system/database/drivers/sqlsrv/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/system/database/drivers/sqlsrv/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 |