9 lines
114 B
PHP
9 lines
114 B
PHP
<?php
|
|
|
|
$runtime_home_config= array();
|
|
$configs= array(
|
|
|
|
);
|
|
|
|
return array_merge($configs,$runtime_home_config);
|