qcubed/framework

View on GitHub
travis/qcubed.inc.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php 


if (isset($__CONFIG_ONLY__) && $__CONFIG_ONLY__ == true) {
    require_once('configuration.inc.php');
} else {
    require_once('prepend.inc.php');
}