16 lines
410 B
PHP
16 lines
410 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" => "makeexpress", "name" => "码科速运", "v3" => true, "menu" => array("plugincom" => 1, "items" => array(array("title" => "基础设置"))));
|
|
|
|
?>
|