autoload.php 263 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'] = '';

Scott Vivian committed
9
require_once __DIR__.'/../qa-include/qa-base.php';