Simplified Boolean
This commit is contained in:
parent
18e0f4b8aa
commit
c41f7281bf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
* before proceeding to improve performance.
|
* before proceeding to improve performance.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if(defined('NCC_INIT') == false)
|
if(!defined('NCC_INIT'))
|
||||||
{
|
{
|
||||||
$third_party_path = __DIR__ . DIRECTORY_SEPARATOR . 'ThirdParty' . DIRECTORY_SEPARATOR;
|
$third_party_path = __DIR__ . DIRECTORY_SEPARATOR . 'ThirdParty' . DIRECTORY_SEPARATOR;
|
||||||
$target_files = [
|
$target_files = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue