move commonEnv
parent
422bb0e4d7
commit
8da8b75868
|
@ -1,16 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$commonEnv = [
|
|
||||||
//'admin',
|
|
||||||
'adminloginpage',
|
|
||||||
'background',
|
|
||||||
//'disktag',
|
|
||||||
'language',
|
|
||||||
'passfile',
|
|
||||||
'sitename',
|
|
||||||
'theme',
|
|
||||||
];
|
|
||||||
|
|
||||||
function getpath()
|
function getpath()
|
||||||
{
|
{
|
||||||
$_SERVER['base_path'] = path_format(substr($_SERVER['SCRIPT_NAME'], 0, -10) . '/');
|
$_SERVER['base_path'] = path_format(substr($_SERVER['SCRIPT_NAME'], 0, -10) . '/');
|
||||||
|
|
Loading…
Reference in New Issue