plugins/sys/share/db/data/sys_sites.data.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
  99999 => [
    'name' => 'Current site name (__CHANGE_ME!__)',
    'web_path' => '../',
    'real_path' => 'INCLUDE_PATH',
    'active' => 1,
  ],
];