Ticket #857: Config_checker_patch.patch

File Config_checker_patch.patch, 0.7 KB (added by vaibhav, 12 months ago)
  • assets/_core/php/_devtools/config_checker.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    11<?php 
    22$__CONFIG_ONLY__ = true; 
    33require('../qcubed.inc.php'); 
    4 require('../../../../includes/qcubed/_core/framework/QInstallationValidator.class.php'); 
     4require(__QCUBED_CORE__ . '/framework/QInstallationValidator.class.php'); 
    55 
    66$arrInstallationMessages = QInstallationValidator::Validate(); 
    77if (sizeof($arrInstallationMessages) == 0) {