aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index f2ff677..f382f22 100644
--- a/index.php
+++ b/index.php
@@ -19,8 +19,8 @@ function __autoload($class) {
// Test database connection.
$schema = Spyc::YAMLLoad('schemas/anu10.yaml');
-//$db = new MaleteDb($schema);
-$db = new PhpIsisDb($schema);
+$db = new MaleteDb($schema);
+//$db = new PhpIsisDb($schema);
if ($db) {
$result = $db->read(1);
//$result = $db->rows();