芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/_aspiconfort.fr/httpdocs/wp-content/themes/yoo_monday_wp/warp.php
add('Warp', __DIR__.'/warp/src'); $loader->add('Warp\Wordpress', __DIR__.'/warp/systems/wordpress/src'); $loader->register(); // set config $config = new Repository; $config->load(__DIR__.'/warp/config.php'); $config->load(__DIR__.'/warp/systems/wordpress/config.php'); $config->load(__DIR__.'/config.php'); // set warp $warp = new Warp(compact('loader', 'config')); $warp['system']->init(); } return $warp;