wpfw_ewei_shopv2/plugin/videoaccount/config.php
2023-02-14 19:57:32 +08:00

16 lines
414 B
PHP

<?php
/*
* @ https://EasyToYou.eu - IonCube v10 Decoder Online
* @ PHP 5.6
* @ Decoder version: 1.0.4
* @ Release: 02/06/2020
*
* @ ZendGuard Decoder PHP 5.6
*/
if (!defined("IN_IA")) {
exit("Access Denied");
}
return array("version" => "1.0", "id" => "videoaccount", "name" => "视频号转换链接", "v3" => true, "menu" => array("plugincom" => 1, "items" => array(array("title" => "设置"))));
?>