summaryrefslogtreecommitdiffstats
path: root/testdb.php
diff options
context:
space:
mode:
Diffstat (limited to 'testdb.php')
-rw-r--r--testdb.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/testdb.php b/testdb.php
index d27e24f..2b60304 100644
--- a/testdb.php
+++ b/testdb.php
@@ -94,4 +94,6 @@ foreach($up->request(array('type'=>'test', 'ORDER'=>'name')) as $upstr) {
}
$rpm = new TableRpm($db);
+$acl = new TableAcls($db);
+echo "Acls number : ".$acl->getCount()."\n";
?>