summaryrefslogtreecommitdiff
path: root/demos/sqlmap-sample/protected/petshop-db/products.xml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/sqlmap-sample/protected/petshop-db/products.xml')
-rw-r--r--demos/sqlmap-sample/protected/petshop-db/products.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/demos/sqlmap-sample/protected/petshop-db/products.xml b/demos/sqlmap-sample/protected/petshop-db/products.xml
deleted file mode 100644
index 3c2899a7..00000000
--- a/demos/sqlmap-sample/protected/petshop-db/products.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<sqlmap>
-
- <cacheModel id="product-cache" implementation="basic">
- <!-- cache data for 60 seconds -->
- <property name="expiry" value="60" />
- </cacheModel>
-
- <select id="SelectAllProducts" cacheModel="product-cache" >
- SELECT *
- FROM
- product
- </select>
-
-</sqlmap> \ No newline at end of file