芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/sthwholesaler.com/wp-content/themes/woodmart/inc/classes/Config.php
config[ $name ] ) ) { return $this->config[ $name ]; } $path = WOODMART_CONFIGS . '/' . $name . '.php'; if ( $path ) { $this->config[ $name ] = include_once $path; return $this->config[ $name ]; } return false; } }