autoload.php 288 Bytes
Newer Older
Scott Vivian committed
1 2
<?php
// currently, all Q2A code depends on qa-base
3 4 5 6 7 8

global $qa_options_cache;

// Needed in order to avoid accessing the database while including the qa-base.php file
$qa_options_cache['enabled_plugins'] = '';

9
$qa_autoconnect = false;
Scott Vivian committed
10
require_once __DIR__.'/../qa-include/qa-base.php';