From 9d0dc89b03d4e3f50d54d1189a119016b2c805c3 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 11 Jan 2011 20:31:09 +0700 Subject: Renamed hbac to hbacrule. All references to hbac in the UI have been replaced with hbacrule. This is to match the hbacrule plugin. The test data and templates have been renamed as well. --- install/static/test/data/hbacrule_remove_accesstime.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 install/static/test/data/hbacrule_remove_accesstime.json (limited to 'install/static/test/data/hbacrule_remove_accesstime.json') diff --git a/install/static/test/data/hbacrule_remove_accesstime.json b/install/static/test/data/hbacrule_remove_accesstime.json new file mode 100644 index 000000000..3c631155b --- /dev/null +++ b/install/static/test/data/hbacrule_remove_accesstime.json @@ -0,0 +1,7 @@ +{ + "error": null, + "id": 0, + "result": { + "result": true + } +} -- cgit