9 lines
90 B
PHP
9 lines
90 B
PHP
<?php
|
|
|
|
namespace Admin\Settings;
|
|
|
|
class Config {
|
|
|
|
static public $config_admin=[];
|
|
|
|
}
|