在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → H5水果机源码

H5水果机源码

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:30.47M
  • 下载次数:90
  • 浏览次数:1966
  • 发布时间:2022-03-25
  • 实例类别:PHP语言基础
  • 发 布 人:derthen
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 水果机 水果 H5 源码

实例介绍

【实例简介】H5水果机源码

【实例截图】

from clipboardfrom clipboard

【核心代码】
.
├── Addons
│   ├── IdouDonate
│   │   ├── Controller
│   │   │   ├── MobileController.class.php
│   │   │   └── WebController.class.php
│   │   ├── View
│   │   │   ├── Mobile
│   │   │   │   ├── donate_list.html
│   │   │   │   ├── index.html
│   │   │   │   └── pay_ok.html
│   │   │   └── Public
│   │   │       └── img
│   │   │           └── anonymous.jpeg
│   │   ├── info.php
│   │   ├── install.sql
│   │   └── logo.gif
│   ├── IdouGuestbook
│   │   ├── Controller
│   │   │   ├── MobileController.class.php
│   │   │   └── WebController.class.php
│   │   ├── Model
│   │   │   └── IdouGuestbookListModel.class.php
│   │   ├── View
│   │   │   ├── Mobile
│   │   │   │   └── index.html
│   │   │   └── Public
│   │   │       ├── banner_00.jpg
│   │   │       ├── icon06.gif
│   │   │       ├── icon07.gif
│   │   │       ├── jquery.min.js
│   │   │       ├── line04.gif
│   │   │       ├── logo100x100.jpg
│   │   │       ├── message.css
│   │   │       └── plugback.js
│   │   ├── info.php
│   │   ├── install.sql
│   │   └── logo.jpg
│   ├── JohnHelloWorld
│   │   ├── Controller
│   │   │   ├── MobileController.class.php
│   │   │   ├── RespondController.class.php
│   │   │   └── WebController.class.php
│   │   ├── View
│   │   │   └── Mobile
│   │   └── info.php
│   ├── LdhQguess
│   │   ├── Controller
│   │   │   ├── Mobile
│   │   │   │   ├── IndexController.class.php
│   │   │   │   ├── discController.class.php
│   │   │   │   ├── oddsConfigController.class.php
│   │   │   │   ├── orderController.class.php
│   │   │   │   ├── payController.class.php
│   │   │   │   ├── queryController.class.php
│   │   │   │   ├── userController.class.php
│   │   │   │   └── yongjinController.class.php
│   │   │   ├── MobileController.class.php
│   │   │   ├── Respond
│   │   │   ├── RespondController.class.php
│   │   │   ├── Web
│   │   │   │   ├── betdetailsController.class.php
│   │   │   │   ├── configController.class.php
│   │   │   │   ├── memberController.class.php
│   │   │   │   └── withdrawController.class.php
│   │   │   └── WebController.class.php
│   │   ├── View
│   │   │   ├── Mobile
│   │   │   │   ├── index.html
│   │   │   │   ├── pay_pay.html
│   │   │   │   ├── tixian.html
│   │   │   │   └── views
│   │   │   │       ├── bd-list.html
│   │   │   │       ├── cc-list.html
│   │   │   │       ├── check.html
│   │   │   │       ├── dh-list.html
│   │   │   │       ├── dl.html
│   │   │   │       ├── get-cash.html
│   │   │   │       ├── get-withdraw1.html
│   │   │   │       ├── get-withdraw2.html
│   │   │   │       ├── index.html
│   │   │   │       ├── kf.html
│   │   │   │       ├── tousu.html
│   │   │   │       ├── yj-list.html
│   │   │   │       └── zj-list.html
│   │   │   ├── Public
│   │   │   │   ├── img
│   │   │   │   │   ├── 0.png
│   │   │   │   │   ├── 0x.png
│   │   │   │   │   ├── 1.png
│   │   │   │   │   ├── 10.png
│   │   │   │   │   ├── 100.png
│   │   │   │   │   ├── 101.png
│   │   │   │   │   ├── 102.png
│   │   │   │   │   ├── 105.png
│   │   │   │   │   ├── 11.png
│   │   │   │   │   ├── 12.png
│   │   │   │   │   ├── 121.png
│   │   │   │   │   ├── 124.png
│   │   │   │   │   ├── 128.png
│   │   │   │   │   ├── 129.png
│   │   │   │   │   ├── 13.png
│   │   │   │   │   ├── 14.png
│   │   │   │   │   ├── 15.png
│   │   │   │   │   ├── 16.png
│   │   │   │   │   ├── 16xx.png
│   │   │   │   │   ├── 17.png
│   │   │   │   │   ├── 18.png
│   │   │   │   │   ├── 19.png
│   │   │   │   │   ├── 1x.png
│   │   │   │   │   ├── 2.png
│   │   │   │   │   ├── 20.png
│   │   │   │   │   ├── 21.png
│   │   │   │   │   ├── 22.png
│   │   │   │   │   ├── 23.png
│   │   │   │   │   ├── 24.png
│   │   │   │   │   ├── 25.png
│   │   │   │   │   ├── 26.png
│   │   │   │   │   ├── 27.png
│   │   │   │   │   ├── 28.png
│   │   │   │   │   ├── 29.png
│   │   │   │   │   ├── 2x.png
│   │   │   │   │   ├── 3.png
│   │   │   │   │   ├── 30.png
│   │   │   │   │   ├── 31.png
│   │   │   │   │   ├── 32.png
│   │   │   │   │   ├── 33.png
│   │   │   │   │   ├── 333.png
│   │   │   │   │   ├── 3330.png
│   │   │   │   │   ├── 34.png
│   │   │   │   │   ├── 35.png
│   │   │   │   │   ├── 37.png
│   │   │   │   │   ├── 38.png
│   │   │   │   │   ├── 39.png
│   │   │   │   │   ├── 3x.png
│   │   │   │   │   ├── 4.png
│   │   │   │   │   ├── 40.png
│   │   │   │   │   ├── 41.png
│   │   │   │   │   ├── 42.png
│   │   │   │   │   ├── 43.png
│   │   │   │   │   ├── 44.png
│   │   │   │   │   ├── 444466666.jpg
│   │   │   │   │   ├── 46.png
│   │   │   │   │   ├── 47.png
│   │   │   │   │   ├── 48.png
│   │   │   │   │   ├── 4x.png
│   │   │   │   │   ├── 5.png
│   │   │   │   │   ├── 52.png
│   │   │   │   │   ├── 57.png
│   │   │   │   │   ├── 59.png
│   │   │   │   │   ├── 5x.png
│   │   │   │   │   ├── 6.png
│   │   │   │   │   ├── 69.png
│   │   │   │   │   ├── 6x.png
│   │   │   │   │   ├── 71.png
│   │   │   │   │   ├── 72.png
│   │   │   │   │   ├── 73.png
│   │   │   │   │   ├── 75.png
│   │   │   │   │   ├── 8.png
│   │   │   │   │   ├── 9.png
│   │   │   │   │   ├── a1.png
│   │   │   │   │   ├── home_icon_0.png
│   │   │   │   │   ├── home_icon_1.png
│   │   │   │   │   ├── home_icon_2.png
│   │   │   │   │   ├── home_icon_3.png
│   │   │   │   │   ├── home_icon_4.png
│   │   │   │   │   ├── home_icon_5.png
│   │   │   │   │   ├── home_icon_6.png
│   │   │   │   │   ├── home_icon_7.png
│   │   │   │   │   ├── home_icon_8.png
│   │   │   │   │   ├── home_icon_9.png
│   │   │   │   │   ├── home_yxj.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── lp_bg.png
│   │   │   │   │   ├── s
│   │   │   │   │   │   ├── 0.png
│   │   │   │   │   │   ├── 1.png
│   │   │   │   │   │   ├── 16.png
│   │   │   │   │   │   ├── 17.png
│   │   │   │   │   │   ├── 18.png
│   │   │   │   │   │   ├── 19.png
│   │   │   │   │   │   ├── 2.png
│   │   │   │   │   │   ├── 20.png
│   │   │   │   │   │   ├── 21.png
│   │   │   │   │   │   ├── 22.png
│   │   │   │   │   │   ├── 23.png
│   │   │   │   │   │   ├── 24.png
│   │   │   │   │   │   ├── 3.png
│   │   │   │   │   │   ├── 4.png
│   │   │   │   │   │   ├── 47.png
│   │   │   │   │   │   ├── 5.png
│   │   │   │   │   │   ├── 6.png
│   │   │   │   │   │   └── xuanchuan1.png
│   │   │   │   │   ├── t_bg.png
│   │   │   │   │   ├── weit.png
│   │   │   │   │   ├── xuanchuan1.png
│   │   │   │   │   ├── xuanchuan1c.png
│   │   │   │   │   └── 陆平.txt
│   │   │   │   ├── js
│   │   │   │   │   ├── app-1.js
│   │   │   │   │   ├── app.js
│   │   │   │   │   ├── bdlist.js
│   │   │   │   │   ├── cclist.js
│   │   │   │   │   ├── check.js
│   │   │   │   │   ├── dhlist.js
│   │   │   │   │   ├── dialog.js
│   │   │   │   │   ├── dl.js
│   │   │   │   │   ├── fastclick.js
│   │   │   │   │   ├── flexible.js
│   │   │   │   │   ├── getcash.js
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── kf.js
│   │   │   │   │   ├── qrcode.min.js
│   │   │   │   │   ├── require.js
│   │   │   │   │   ├── require.vipspa.config.js
│   │   │   │   │   ├── token.js
│   │   │   │   │   ├── vipspa.min.js
│   │   │   │   │   ├── withdraw.js
│   │   │   │   │   ├── yjlist.js
│   │   │   │   │   ├── zepto.min.js
│   │   │   │   │   ├── zepto.min2.js
│   │   │   │   │   ├── zepto2.min.js
│   │   │   │   │   └── zjlist.js
│   │   │   │   └── style
│   │   │   │       ├── style.css
│   │   │   │       └── ts.css
│   │   │   └── Web
│   │   │       ├── betdetails_index.html
│   │   │       ├── config_edit.html
│   │   │       ├── config_index.html
│   │   │       ├── home.html
│   │   │       ├── member_edit.html
│   │   │       ├── member_index.html
│   │   │       ├── mobile_index.html
│   │   │       └── withdraw_index.html
│   │   ├── View.zip
│   │   ├── Viewbak
│   │   │   ├── Mobile
│   │   │   │   ├── index.html
│   │   │   │   ├── pay_pay.html
│   │   │   │   ├── tixian.html
│   │   │   │   └── views
│   │   │   │       ├── bd-list.html
│   │   │   │       ├── cc-list.html
│   │   │   │       ├── check.html
│   │   │   │       ├── dh-list.html
│   │   │   │       ├── dl.html
│   │   │   │       ├── get-cash.html
│   │   │   │       ├── get-withdraw1.html
│   │   │   │       ├── get-withdraw2.html
│   │   │   │       ├── index.html
│   │   │   │       ├── index_b.html
│   │   │   │       ├── kf.html
│   │   │   │       ├── yj-list.html
│   │   │   │       └── zj-list.html
│   │   │   ├── Public
│   │   │   │   ├── img
│   │   │   │   │   ├── 0.png
│   │   │   │   │   ├── 0x.png
│   │   │   │   │   ├── 1.png
│   │   │   │   │   ├── 10.png
│   │   │   │   │   ├── 100.png
│   │   │   │   │   ├── 101.png
│   │   │   │   │   ├── 102.png
│   │   │   │   │   ├── 105.png
│   │   │   │   │   ├── 10_bak.png
│   │   │   │   │   ├── 11.png
│   │   │   │   │   ├── 12.png
│   │   │   │   │   ├── 121.png
│   │   │   │   │   ├── 124.png
│   │   │   │   │   ├── 128.png
│   │   │   │   │   ├── 129.png
│   │   │   │   │   ├── 13.png
│   │   │   │   │   ├── 14.png
│   │   │   │   │   ├── 15.png
│   │   │   │   │   ├── 16.png
│   │   │   │   │   ├── 16xx.png
│   │   │   │   │   ├── 17.png
│   │   │   │   │   ├── 18.png
│   │   │   │   │   ├── 19.png
│   │   │   │   │   ├── 1x.png
│   │   │   │   │   ├── 2.png
│   │   │   │   │   ├── 20.png
│   │   │   │   │   ├── 21.png
│   │   │   │   │   ├── 22.png
│   │   │   │   │   ├── 23.png
│   │   │   │   │   ├── 24.png
│   │   │   │   │   ├── 25.png
│   │   │   │   │   ├── 26.png
│   │   │   │   │   ├── 27.png
│   │   │   │   │   ├── 28.png
│   │   │   │   │   ├── 29.png
│   │   │   │   │   ├── 2x.png
│   │   │   │   │   ├── 3.png
│   │   │   │   │   ├── 30.png
│   │   │   │   │   ├── 31.png
│   │   │   │   │   ├── 32.png
│   │   │   │   │   ├── 33.png
│   │   │   │   │   ├── 333.png
│   │   │   │   │   ├── 3330.png
│   │   │   │   │   ├── 34.png
│   │   │   │   │   ├── 35.png
│   │   │   │   │   ├── 37.png
│   │   │   │   │   ├── 38.png
│   │   │   │   │   ├── 39.png
│   │   │   │   │   ├── 3x.png
│   │   │   │   │   ├── 4.png
│   │   │   │   │   ├── 40.png
│   │   │   │   │   ├── 41.png
│   │   │   │   │   ├── 42.png
│   │   │   │   │   ├── 43.png
│   │   │   │   │   ├── 44.png
│   │   │   │   │   ├── 444466666.jpg
│   │   │   │   │   ├── 46.png
│   │   │   │   │   ├── 47.png
│   │   │   │   │   ├── 48.png
│   │   │   │   │   ├── 4x.png
│   │   │   │   │   ├── 5.png
│   │   │   │   │   ├── 52.png
│   │   │   │   │   ├── 57.png
│   │   │   │   │   ├── 59.png
│   │   │   │   │   ├── 5x.png
│   │   │   │   │   ├── 6.png
│   │   │   │   │   ├── 69.png
│   │   │   │   │   ├── 6x.png
│   │   │   │   │   ├── 71.png
│   │   │   │   │   ├── 72.png
│   │   │   │   │   ├── 73.png
│   │   │   │   │   ├── 75.png
│   │   │   │   │   ├── 8.png
│   │   │   │   │   ├── 9.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── s
│   │   │   │   │   │   ├── 0.png
│   │   │   │   │   │   ├── 1.png
│   │   │   │   │   │   ├── 16.png
│   │   │   │   │   │   ├── 17.png
│   │   │   │   │   │   ├── 18.png
│   │   │   │   │   │   ├── 19.png
│   │   │   │   │   │   ├── 2.png
│   │   │   │   │   │   ├── 20.png
│   │   │   │   │   │   ├── 21.png
│   │   │   │   │   │   ├── 22.png
│   │   │   │   │   │   ├── 23.png
│   │   │   │   │   │   ├── 24.png
│   │   │   │   │   │   ├── 3.png
│   │   │   │   │   │   ├── 4.png
│   │   │   │   │   │   ├── 47.png
│   │   │   │   │   │   ├── 5.png
│   │   │   │   │   │   ├── 6.png
│   │   │   │   │   │   └── xuanchuan1.png
│   │   │   │   │   ├── weit.png
│   │   │   │   │   ├── xuanchuan1.png
│   │   │   │   │   └── xuanchuan1c.png
│   │   │   │   ├── js
│   │   │   │   │   ├── app-1.js
│   │   │   │   │   ├── app.js
│   │   │   │   │   ├── bdlist.js
│   │   │   │   │   ├── cclist.js
│   │   │   │   │   ├── check.js
│   │   │   │   │   ├── dhlist.js
│   │   │   │   │   ├── dialog.js
│   │   │   │   │   ├── dl.js
│   │   │   │   │   ├── fastclick.js
│   │   │   │   │   ├── flexible.js
│   │   │   │   │   ├── getcash.js
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── index.js_bak
│   │   │   │   │   ├── kf.js
│   │   │   │   │   ├── qrcode.min.js
│   │   │   │   │   ├── require.js
│   │   │   │   │   ├── require.vipspa.config.js
│   │   │   │   │   ├── token.js
│   │   │   │   │   ├── vipspa.min.js
│   │   │   │   │   ├── withdraw.js
│   │   │   │   │   ├── yjlist.js
│   │   │   │   │   ├── zepto.min.js
│   │   │   │   │   ├── zepto.min2.js
│   │   │   │   │   ├── zepto2.min.js
│   │   │   │   │   └── zjlist.js
│   │   │   │   └── style
│   │   │   │       └── style.css
│   │   │   └── Web
│   │   │       ├── betdetails_index.html
│   │   │       ├── config_edit.html
│   │   │       ├── config_index.html
│   │   │       ├── home.html
│   │   │       ├── member_edit.html
│   │   │       ├── member_index.html
│   │   │       ├── mobile_index.html
│   │   │       └── withdraw_index.html
│   │   ├── info.php
│   │   └── logo.jpeg
│   ├── LdhQguess1
│   │   ├── Controller
│   │   │   ├── Mobile
│   │   │   │   ├── IndexController.class.php
│   │   │   │   ├── discController.class.php
│   │   │   │   ├── oddsConfigController.class.php
│   │   │   │   ├── orderController.class.php
│   │   │   │   ├── payController.class.php
│   │   │   │   ├── queryController.class.php
│   │   │   │   ├── userController.class.php
│   │   │   │   └── yongjinController.class.php
│   │   │   ├── MobileController.class.php
│   │   │   ├── Respond
│   │   │   ├── RespondController.class.php
│   │   │   ├── Web
│   │   │   │   ├── configController.class.php
│   │   │   │   └── memberController.class.php
│   │   │   └── WebController.class.php
│   │   ├── View
│   │   │   ├── Mobile
│   │   │   │   ├── index.html
│   │   │   │   ├── pay_pay.html
│   │   │   │   ├── tixian.html
│   │   │   │   └── views
│   │   │   │       ├── bd-list.html
│   │   │   │       ├── cc-list.html
│   │   │   │       ├── check.html
│   │   │   │       ├── dh-list.html
│   │   │   │       ├── dl.html
│   │   │   │       ├── get-cash.html
│   │   │   │       ├── index.html
│   │   │   │       ├── kf.html
│   │   │   │       ├── withdraw1.html
│   │   │   │       ├── withdraw2.html
│   │   │   │       ├── yj-list.html
│   │   │   │       └── zj-list.html
│   │   │   ├── Public
│   │   │   │   ├── img
│   │   │   │   │   ├── 0.png
│   │   │   │   │   ├── 0x.png
│   │   │   │   │   ├── 1.png
│   │   │   │   │   ├── 10.png
│   │   │   │   │   ├── 100.png
│   │   │   │   │   ├── 101.png
│   │   │   │   │   ├── 102.png
│   │   │   │   │   ├── 105.png
│   │   │   │   │   ├── 11.png
│   │   │   │   │   ├── 12.png
│   │   │   │   │   ├── 121.png
│   │   │   │   │   ├── 124.png
│   │   │   │   │   ├── 128.png
│   │   │   │   │   ├── 129.png
│   │   │   │   │   ├── 13.png
│   │   │   │   │   ├── 14.png
│   │   │   │   │   ├── 15.png
│   │   │   │   │   ├── 16.png
│   │   │   │   │   ├── 16xx.png
│   │   │   │   │   ├── 17.png
│   │   │   │   │   ├── 18.png
│   │   │   │   │   ├── 19.png
│   │   │   │   │   ├── 1x.png
│   │   │   │   │   ├── 2.png
│   │   │   │   │   ├── 20.png
│   │   │   │   │   ├── 21.png
│   │   │   │   │   ├── 22.png
│   │   │   │   │   ├── 23.png
│   │   │   │   │   ├── 24.png
│   │   │   │   │   ├── 25.png
│   │   │   │   │   ├── 26.png
│   │   │   │   │   ├── 27.png
│   │   │   │   │   ├── 28.png
│   │   │   │   │   ├── 29.png
│   │   │   │   │   ├── 2x.png
│   │   │   │   │   ├── 3.png
│   │   │   │   │   ├── 30.png
│   │   │   │   │   ├── 31.png
│   │   │   │   │   ├── 32.png
│   │   │   │   │   ├── 33.png
│   │   │   │   │   ├── 333.png
│   │   │   │   │   ├── 34.png
│   │   │   │   │   ├── 35.png
│   │   │   │   │   ├── 37.png
│   │   │   │   │   ├── 38.png
│   │   │   │   │   ├── 39.png
│   │   │   │   │   ├── 3x.png
│   │   │   │   │   ├── 4.png
│   │   │   │   │   ├── 40.png
│   │   │   │   │   ├── 41.png
│   │   │   │   │   ├── 42.png
│   │   │   │   │   ├── 43.png
│   │   │   │   │   ├── 44.png
│   │   │   │   │   ├── 444466666.jpg
│   │   │   │   │   ├── 46.png
│   │   │   │   │   ├── 47.png
│   │   │   │   │   ├── 48.png
│   │   │   │   │   ├── 4x.png
│   │   │   │   │   ├── 5.png
│   │   │   │   │   ├── 52.png
│   │   │   │   │   ├── 57.png
│   │   │   │   │   ├── 59.png
│   │   │   │   │   ├── 5x.png
│   │   │   │   │   ├── 6.png
│   │   │   │   │   ├── 69.png
│   │   │   │   │   ├── 6x.png
│   │   │   │   │   ├── 71.png
│   │   │   │   │   ├── 72.png
│   │   │   │   │   ├── 73.png
│   │   │   │   │   ├── 75.png
│   │   │   │   │   ├── 8.png
│   │   │   │   │   ├── 9.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── s
│   │   │   │   │   │   ├── 0.png
│   │   │   │   │   │   ├── 1.png
│   │   │   │   │   │   ├── 16.png
│   │   │   │   │   │   ├── 17.png
│   │   │   │   │   │   ├── 18.png
│   │   │   │   │   │   ├── 19.png
│   │   │   │   │   │   ├── 2.png
│   │   │   │   │   │   ├── 20.png
│   │   │   │   │   │   ├── 21.png
│   │   │   │   │   │   ├── 22.png
│   │   │   │   │   │   ├── 23.png
│   │   │   │   │   │   ├── 24.png
│   │   │   │   │   │   ├── 3.png
│   │   │   │   │   │   ├── 4.png
│   │   │   │   │   │   ├── 47.png
│   │   │   │   │   │   ├── 5.png
│   │   │   │   │   │   ├── 6.png
│   │   │   │   │   │   └── xuanchuan1.png
│   │   │   │   │   ├── weit.png
│   │   │   │   │   ├── xuanchuan1.png
│   │   │   │   │   └── xuanchuan1c.png
│   │   │   │   ├── js
│   │   │   │   │   ├── app-1.js
│   │   │   │   │   ├── app.js
│   │   │   │   │   ├── bdlist.js
│   │   │   │   │   ├── cclist.js
│   │   │   │   │   ├── check.js
│   │   │   │   │   ├── dhlist.js
│   │   │   │   │   ├── dialog.js
│   │   │   │   │   ├── dl.js
│   │   │   │   │   ├── fastclick.js
│   │   │   │   │   ├── flexible.js
│   │   │   │   │   ├── getcash.js
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── kf.js
│   │   │   │   │   ├── qrcode.min.js
│   │   │   │   │   ├── require.js
│   │   │   │   │   ├── require.vipspa.config.js
│   │   │   │   │   ├── token.js
│   │   │   │   │   ├── vipspa.min.js
│   │   │   │   │   ├── yjlist.js
│   │   │   │   │   ├── zepto.min.js
│   │   │   │   │   ├── zepto.min2.js
│   │   │   │   │   ├── zepto2.min.js
│   │   │   │   │   └── zjlist.js
│   │   │   │   └── style
│   │   │   │       └── style.css
│   │   │   └── Web
│   │   │       ├── config_edit.html
│   │   │       ├── config_index.html
│   │   │       ├── home.html
│   │   │       ├── member_index.html
│   │   │       └── mobile_index.html
│   │   ├── info.php
│   │   └── logo.jpeg
│   └── index.html
├── App
│   ├── Admin
│   │   ├── Conf
│   │   │   └── config.php
│   │   ├── Controller
│   │   │   ├── AddonsController.class.php
│   │   │   ├── BaseController.class.php
│   │   │   ├── IndexController.class.php
│   │   │   ├── MpController.class.php
│   │   │   ├── MpGroupController.class.php
│   │   │   ├── NodeController.class.php
│   │   │   ├── RoleController.class.php
│   │   │   ├── SettingController.class.php
│   │   │   └── UserController.class.php
│   │   ├── Model
│   │   │   ├── AddonsModel.class.php
│   │   │   ├── MpGroupModel.class.php
│   │   │   ├── MpModel.class.php
│   │   │   ├── SystemSettingModel.class.php
│   │   │   ├── UserGroupModel.class.php
│   │   │   └── UserModel.class.php
│   │   └── View
│   │       └── default
│   │           └── Index
│   │               └── index.html
│   ├── Common
│   │   ├── Behavior
│   │   │   └── RbacBehavior.class.php
│   │   ├── Common
│   │   │   ├── config.php
│   │   │   ├── function.php
│   │   │   └── index.html
│   │   ├── Conf
│   │   │   ├── ZDSEC.php
│   │   │   ├── config-demo.php
│   │   │   ├── config.php
│   │   │   ├── index.html
│   │   │   ├── tags.php
│   │   │   ├── www.codesceo.com.url
│   │   │   └── 不会安装或安装不好支持有偿服务.url
│   │   ├── Controller
│   │   │   └── CommonController.class.php
│   │   ├── View
│   │   │   └── default
│   │   │       ├── Base
│   │   │       │   ├── add.html
│   │   │       │   ├── common.html
│   │   │       │   ├── edit.html
│   │   │       │   └── lists.html
│   │   │       └── Public
│   │   │           ├── crumb.html
│   │   │           ├── error.html
│   │   │           ├── footer.html
│   │   │           ├── header.html
│   │   │           ├── nav.html
│   │   │           ├── search.html
│   │   │           ├── sidebar.html
│   │   │           └── success.html
│   │   └── index.html
│   ├── Home
│   │   ├── Conf
│   │   │   ├── config.php
│   │   │   └── index.html
│   │   ├── Controller
│   │   │   ├── AbController.class.php
│   │   │   ├── IndexController.class.php
│   │   │   └── index.html
│   │   ├── View
│   │   │   ├── default
│   │   │   │   ├── Ab
│   │   │   │   │   └── a.html
│   │   │   │   ├── Index
│   │   │   │   │   └── index.html
│   │   │   │   └── Public
│   │   │   │       └── common.html
│   │   │   └── index.html
│   │   └── index.html
│   ├── Install
│   │   ├── Common
│   │   │   └── function.php
│   │   ├── Conf
│   │   │   └── config.php
│   │   ├── Controller
│   │   │   ├── IndexController.class.php
│   │   │   └── InstallController.class.php
│   │   ├── Data
│   │   │   ├── conf.tpl
│   │   │   ├── install.sql
│   │   │   └── update.sql
│   │   └── View
│   │       └── default
│   │           ├── Index
│   │           │   ├── complete.html
│   │           │   └── index.html
│   │           ├── Install
│   │           │   ├── step1.html
│   │           │   ├── step2.html
│   │           │   ├── step3.html
│   │           │   └── update.html
│   │           └── Public
│   │               ├── error.html
│   │               └── success.html
│   ├── Mp
│   │   ├── Behavior
│   │   │   ├── CrumbBehavior.class.php
│   │   │   ├── EditorBehavior.class.php
│   │   │   ├── ImportCssBehavior.class.php
│   │   │   ├── ImportJsBehavior.class.php
│   │   │   ├── JssdkBehavior.class.php
│   │   │   ├── NavBehavior.class.php
│   │   │   ├── SidenavBehavior.class.php
│   │   │   └── TipBehavior.class.php
│   │   ├── Conf
│   │   │   ├── 1__apiclient_cert.pem
│   │   │   ├── 1__apiclient_key.pem
│   │   │   └── config.php
│   │   ├── Controller
│   │   │   ├── AddonsController.class.php
│   │   │   ├── ApiBaseController.class.php
│   │   │   ├── ApiController.class.php
│   │   │   ├── AutoReplyController.class.php
│   │   │   ├── BaseController.class.php
│   │   │   ├── CustomMenuController.class.php
│   │   │   ├── FansController.class.php
│   │   │   ├── IndexController.class.php
│   │   │   ├── MaterialController.class.php
│   │   │   ├── MessageController.class.php
│   │   │   ├── MobileBaseController.class.php
│   │   │   ├── MpController.class.php
│   │   │   ├── PaymentController.class.php
│   │   │   ├── SceneQrcodeController.class.php
│   │   │   └── UserController.class.php
│   │   ├── Model
│   │   │   ├── AddonEntryModel.class.php
│   │   │   ├── AddonSettingModel.class.php
│   │   │   ├── AddonsModel.class.php
│   │   │   ├── MpAutoReplyModel.class.php
│   │   │   ├── MpFansModel.class.php
│   │   │   ├── MpMaterialModel.class.php
│   │   │   ├── MpMessageModel.class.php
│   │   │   ├── MpModel.class.php
│   │   │   ├── MpRuleModel.class.php
│   │   │   ├── MpScoreRecordModel.class.php
│   │   │   └── MpSettingModel.class.php
│   │   └── View
│   │       └── default
│   │           ├── Addons
│   │           │   ├── entry.html
│   │           │   ├── index.html
│   │           │   ├── manage.html
│   │           │   ├── preview.html
│   │           │   ├── rule.html
│   │           │   └── setting.html
│   │           ├── AutoReply
│   │           │   ├── special.html
│   │           │   └── unrecognize.html
│   │           ├── CustomMenu
│   │           │   └── publish.html
│   │           ├── Fans
│   │           │   └── bind.html
│   │           ├── Index
│   │           │   └── index.html
│   │           └── Material
│   │               ├── detail.html
│   │               ├── image.html
│   │               ├── news.html
│   │               └── text.html
│   ├── User
│   │   ├── Conf
│   │   │   └── config.php
│   │   ├── Controller
│   │   │   └── PublicController.class.php
│   │   ├── Model
│   │   │   └── UserModel.class.php
│   │   └── View
│   │       └── default
│   │           ├── Base
│   │           │   └── common.html
│   │           └── Public
│   │               ├── change_password.html
│   │               ├── login.html
│   │               ├── profile.html
│   │               └── register.html
│   └── index.html
├── Data
│   ├── install.lock
│   ├── notify.php
│   ├── product.info
│   ├── server.php
│   ├── test.txt
│   └── xml.php
├── Public
│   ├── Admin
│   │   ├── css
│   │   │   ├── common.css
│   │   │   ├── login.css
│   │   │   └── register.css
│   │   ├── img
│   │   │   ├── blue-2x.png
│   │   │   ├── blue.png
│   │   │   ├── cry.png
│   │   │   ├── login_bg.jpg
│   │   │   ├── login_logo.png
│   │   │   ├── logo.png
│   │   │   ├── noname.jpg
│   │   │   ├── nopic.jpg
│   │   │   ├── triangle_down.png
│   │   │   ├── triangle_up.png
│   │   │   └── warmming.png
│   │   └── js
│   │       ├── common.js
│   │       ├── framework.js
│   │       ├── global.js
│   │       └── remote.js
│   ├── Common
│   │   ├── css
│   │   │   ├── bootstrap-responsive.min.css
│   │   │   ├── bootstrap-theme.css
│   │   │   ├── bootstrap-theme.css.map
│   │   │   ├── bootstrap-theme.min.css
│   │   │   ├── bootstrap.css
│   │   │   ├── bootstrap.css.map
│   │   │   ├── bootstrap.min.css
│   │   │   ├── font-awesome.min.css
│   │   │   ├── frozen.css
│   │   │   ├── icon.css
│   │   │   ├── weui.css
│   │   │   ├── weui.example.css
│   │   │   └── weui.min.css
│   │   ├── font
│   │   │   ├── iconfont-full.ttf
│   │   │   └── iconfont.ttf
│   │   ├── fonts
│   │   │   ├── FontAwesome.otf
│   │   │   ├── README.md
│   │   │   ├── captcha.ttf
│   │   │   ├── fontawesome-webfont.eot
│   │   │   ├── fontawesome-webfont.svg
│   │   │   ├── fontawesome-webfont.ttf
│   │   │   ├── fontawesome-webfont.woff
│   │   │   ├── fontawesome-webfont.woff2
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   ├── glyphicons-halflings-regular.woff2
│   │   │   ├── icomoon.eot
│   │   │   ├── icomoon.svg
│   │   │   ├── icomoon.ttf
│   │   │   ├── icomoon.woff
│   │   │   └── selection.json
│   │   ├── img
│   │   │   ├── loading_sprite.png
│   │   │   ├── loading_sprite_white.png
│   │   │   ├── nopic.jpg
│   │   │   └── vip
│   │   │       ├── icon_qqlevel_sprite.png
│   │   │       └── icon_vip.png
│   │   └── js
│   │       ├── bootstrap.js
│   │       ├── bootstrap.min.js
│   │       ├── flipsnap.min.js
│   │       ├── frozen.js
│   │       ├── jquery-2.0.3.min.js
│   │       ├── jquery-3.1.0.js
│   │       ├── jquery-ui.min.js
│   │       ├── jquery.js
│   │       ├── jquery.min.js
│   │       ├── jssdk.js
│   │       ├── npm.js
│   │       ├── respond.js
│   │       └── zepto.min.js
│   ├── Home
│   │   └── default
│   │       ├── css
│   │       │   ├── site.min.css
│   │       │   └── style.css
│   │       └── img
│   │           ├── 1.png
│   │           ├── 2.png
│   │           ├── 3.png
│   │           ├── 4.png
│   │           └── logo-white.png
│   ├── Install
│   │   ├── css
│   │   │   └── install.css
│   │   └── img
│   │       └── logo.png
│   ├── Mp
│   │   ├── css
│   │   │   ├── custom_menu.css
│   │   │   └── mobile_module.css
│   │   ├── img
│   │   │   ├── app
│   │   │   │   ├── home-bg.jpg
│   │   │   │   ├── iphone_head.png
│   │   │   │   ├── nav5back.png
│   │   │   │   ├── shopNavCart.png
│   │   │   │   ├── shopNavPath.png
│   │   │   │   ├── shopNavSides.png
│   │   │   │   ├── shopNavWx.png
│   │   │   │   ├── showcase.png
│   │   │   │   ├── slider-bar.png
│   │   │   │   ├── sprite_v5.png
│   │   │   │   └── titlebar.png
│   │   │   └── nopic.jpg
│   │   └── js
│   │       └── custom_menu.js
│   └── Plugins
│       ├── bootstrap-datetimepicker
│       │   ├── LICENSE
│       │   ├── README.md
│       │   ├── bower.json
│       │   ├── build
│       │   │   ├── build.less
│       │   │   └── build_standalone.less
│       │   ├── css
│       │   │   ├── bootstrap-datetimepicker.css
│       │   │   └── bootstrap-datetimepicker.min.css
│       │   ├── js
│       │   │   ├── bootstrap-datetimepicker.js
│       │   │   ├── bootstrap-datetimepicker.min.js
│       │   │   └── locales
│       │   │       ├── bootstrap-datetimepicker.ar.js
│       │   │       ├── bootstrap-datetimepicker.az.js
│       │   │       ├── bootstrap-datetimepicker.bg.js
│       │   │       ├── bootstrap-datetimepicker.bn.js
│       │   │       ├── bootstrap-datetimepicker.ca.js
│       │   │       ├── bootstrap-datetimepicker.cs.js
│       │   │       ├── bootstrap-datetimepicker.da.js
│       │   │       ├── bootstrap-datetimepicker.de.js
│       │   │       ├── bootstrap-datetimepicker.ee.js
│       │   │       ├── bootstrap-datetimepicker.el.js
│       │   │       ├── bootstrap-datetimepicker.es.js
│       │   │       ├── bootstrap-datetimepicker.fi.js
│       │   │       ├── bootstrap-datetimepicker.fr.js
│       │   │       ├── bootstrap-datetimepicker.he.js
│       │   │       ├── bootstrap-datetimepicker.hr.js
│       │   │       ├── bootstrap-datetimepicker.hu.js
│       │   │       ├── bootstrap-datetimepicker.hy.js
│       │   │       ├── bootstrap-datetimepicker.id.js
│       │   │       ├── bootstrap-datetimepicker.is.js
│       │   │       ├── bootstrap-datetimepicker.it.js
│       │   │       ├── bootstrap-datetimepicker.ja.js
│       │   │       ├── bootstrap-datetimepicker.ka.js
│       │   │       ├── bootstrap-datetimepicker.ko.js
│       │   │       ├── bootstrap-datetimepicker.lt.js
│       │   │       ├── bootstrap-datetimepicker.lv.js
│       │   │       ├── bootstrap-datetimepicker.ms.js
│       │   │       ├── bootstrap-datetimepicker.nb.js
│       │   │       ├── bootstrap-datetimepicker.nl.js
│       │   │       ├── bootstrap-datetimepicker.no.js
│       │   │       ├── bootstrap-datetimepicker.pl.js
│       │   │       ├── bootstrap-datetimepicker.pt-BR.js
│       │   │       ├── bootstrap-datetimepicker.pt.js
│       │   │       ├── bootstrap-datetimepicker.ro.js
│       │   │       ├── bootstrap-datetimepicker.rs-latin.js
│       │   │       ├── bootstrap-datetimepicker.rs.js
│       │   │       ├── bootstrap-datetimepicker.ru.js
│       │   │       ├── bootstrap-datetimepicker.sk.js
│       │   │       ├── bootstrap-datetimepicker.sl.js
│       │   │       ├── bootstrap-datetimepicker.sv.js
│       │   │       ├── bootstrap-datetimepicker.sw.js
│       │   │       ├── bootstrap-datetimepicker.th.js
│       │   │       ├── bootstrap-datetimepicker.tr.js
│       │   │       ├── bootstrap-datetimepicker.ua.js
│       │   │       ├── bootstrap-datetimepicker.uk.js
│       │   │       ├── bootstrap-datetimepicker.zh-CN.js
│       │   │       └── bootstrap-datetimepicker.zh-TW.js
│       │   ├── less
│       │   │   └── datetimepicker.less
│       │   ├── minify.sh
│       │   ├── package.json
│       │   ├── sample in bootstrap v2
│       │   │   ├── bootstrap
│       │   │   │   ├── css
│       │   │   │   │   ├── bootstrap.css
│       │   │   │   │   └── bootstrap.min.css
│       │   │   │   ├── img
│       │   │   │   │   ├── glyphicons-halflings-white.png
│       │   │   │   │   └── glyphicons-halflings.png
│       │   │   │   └── js
│       │   │   │       ├── bootstrap.js
│       │   │   │       └── bootstrap.min.js
│       │   │   ├── index.html
│       │   │   └── jquery
│       │   │       └── jquery-1.8.3.min.js
│       │   ├── sample in bootstrap v3
│       │   │   ├── bootstrap
│       │   │   │   ├── css
│       │   │   │   │   ├── bootstrap-theme.css
│       │   │   │   │   ├── bootstrap-theme.min.css
│       │   │   │   │   ├── bootstrap.css
│       │   │   │   │   └── bootstrap.min.css
│       │   │   │   ├── fonts
│       │   │   │   │   ├── glyphicons-halflings-regular.eot
│       │   │   │   │   ├── glyphicons-halflings-regular.svg
│       │   │   │   │   ├── glyphicons-halflings-regular.ttf
│       │   │   │   │   └── glyphicons-halflings-regular.woff
│       │   │   │   └── js
│       │   │   │       ├── bootstrap.js
│       │   │   │       └── bootstrap.min.js
│       │   │   ├── index.html
│       │   │   └── jquery
│       │   │       └── jquery-1.8.3.min.js
│       │   ├── screenshot
│       │   │   ├── standard_day.png
│       │   │   ├── standard_day_meridian.png
│       │   │   ├── standard_decade.png
│       │   │   ├── standard_full.png
│       │   │   ├── standard_hour.png
│       │   │   ├── standard_hour_meridian.png
│       │   │   ├── standard_month.png
│       │   │   └── standard_year.png
│       │   └── tests
│       │       ├── README.md
│       │       ├── _coverage.html
│       │       ├── assets
│       │       │   ├── coverage.js
│       │       │   ├── jquery-1.7.1.min.js
│       │       │   ├── mock.js
│       │       │   ├── qunit-logging.js
│       │       │   ├── qunit.css
│       │       │   ├── qunit.js
│       │       │   └── utils.js
│       │       ├── run-qunit.js
│       │       ├── suites
│       │       │   ├── component.js
│       │       │   ├── events.js
│       │       │   ├── formats.js
│       │       │   ├── inline.js
│       │       │   ├── keyboard_navigation
│       │       │   │   ├── 2011.js
│       │       │   │   ├── 2012.js
│       │       │   │   └── all.js
│       │       │   ├── mouse_navigation
│       │       │   │   ├── 2011.js
│       │       │   │   ├── 2012.js
│       │       │   │   └── all.js
│       │       │   └── options.js
│       │       ├── tests.html
│       │       └── tests.min.html
│       ├── editormd
│       │   ├── css
│       │   │   ├── editormd.css
│       │   │   ├── editormd.preview.min.css
│       │   │   └── style.css
│       │   ├── fonts
│       │   │   ├── FontAwesome.otf
│       │   │   ├── editormd-logo.eot
│       │   │   ├── editormd-logo.svg
│       │   │   ├── editormd-logo.ttf
│       │   │   ├── editormd-logo.woff
│       │   │   ├── fontawesome-webfont.eot
│       │   │   ├── fontawesome-webfont.svg
│       │   │   ├── fontawesome-webfont.ttf
│       │   │   ├── fontawesome-webfont.woff
│       │   │   └── fontawesome-webfont.woff2
│       │   ├── images
│       │   │   └── loading.gif
│       │   ├── js
│       │   │   └── editormd.min.js
│       │   ├── lib
│       │   │   ├── codemirror
│       │   │   │   ├── AUTHORS
│       │   │   │   ├── LICENSE
│       │   │   │   ├── README.md
│       │   │   │   ├── addon
│       │   │   │   │   ├── comment
│       │   │   │   │   │   ├── comment.js
│       │   │   │   │   │   └── continuecomment.js
│       │   │   │   │   ├── dialog
│       │   │   │   │   │   ├── dialog.css
│       │   │   │   │   │   └── dialog.js
│       │   │   │   │   ├── display
│       │   │   │   │   │   ├── fullscreen.css
│       │   │   │   │   │   ├── fullscreen.js
│       │   │   │   │   │   ├── panel.js
│       │   │   │   │   │   ├── placeholder.js
│       │   │   │   │   │   └── rulers.js
│       │   │   │   │   ├── edit
│       │   │   │   │   │   ├── closebrackets.js
│       │   │   │   │   │   ├── closetag.js
│       │   │   │   │   │   ├── continuelist.js
│       │   │   │   │   │   ├── matchbrackets.js
│       │   │   │   │   │   ├── matchtags.js
│       │   │   │   │   │   └── trailingspace.js
│       │   │   │   │   ├── fold
│       │   │   │   │   │   ├── brace-fold.js
│       │   │   │   │   │   ├── comment-fold.js
│       │   │   │   │   │   ├── foldcode.js
│       │   │   │   │   │   ├── foldgutter.css
│       │   │   │   │   │   ├── foldgutter.js
│       │   │   │   │   │   ├── indent-fold.js
│       │   │   │   │   │   ├── markdown-fold.js
│       │   │   │   │   │   └── xml-fold.js
│       │   │   │   │   ├── hint
│       │   │   │   │   │   ├── anyword-hint.js
│       │   │   │   │   │   ├── css-hint.js
│       │   │   │   │   │   ├── html-hint.js
│       │   │   │   │   │   ├── javascript-hint.js
│       │   │   │   │   │   ├── show-hint.css
│       │   │   │   │   │   ├── show-hint.js
│       │   │   │   │   │   ├── sql-hint.js
│       │   │   │   │   │   └── xml-hint.js
│       │   │   │   │   ├── lint
│       │   │   │   │   │   ├── coffeescript-lint.js
│       │   │   │   │   │   ├── css-lint.js
│       │   │   │   │   │   ├── javascript-lint.js
│       │   │   │   │   │   ├── json-lint.js
│       │   │   │   │   │   ├── lint.css
│       │   │   │   │   │   ├── lint.js
│       │   │   │   │   │   └── yaml-lint.js
│       │   │   │   │   ├── merge
│       │   │   │   │   │   ├── merge.css
│       │   │   │   │   │   └── merge.js
│       │   │   │   │   ├── mode
│       │   │   │   │   │   ├── loadmode.js
│       │   │   │   │   │   ├── multiplex.js
│       │   │   │   │   │   ├── multiplex_test.js
│       │   │   │   │   │   ├── overlay.js
│       │   │   │   │   │   └── simple.js
│       │   │   │   │   ├── runmode
│       │   │   │   │   │   ├── colorize.js
│       │   │   │   │   │   ├── runmode-standalone.js
│       │   │   │   │   │   ├── runmode.js
│       │   │   │   │   │   └── runmode.node.js
│       │   │   │   │   ├── scroll
│       │   │   │   │   │   ├── annotatescrollbar.js
│       │   │   │   │   │   ├── scrollpastend.js
│       │   │   │   │   │   ├── simplescrollbars.css
│       │   │   │   │   │   └── simplescrollbars.js
│       │   │   │   │   ├── search
│       │   │   │   │   │   ├── match-highlighter.js
│       │   │   │   │   │   ├── matchesonscrollbar.css
│       │   │   │   │   │   ├── matchesonscrollbar.js
│       │   │   │   │   │   ├── search.js
│       │   │   │   │   │   └── searchcursor.js
│       │   │   │   │   ├── selection
│       │   │   │   │   │   ├── active-line.js
│       │   │   │   │   │   ├── mark-selection.js
│       │   │   │   │   │   └── selection-pointer.js
│       │   │   │   │   ├── tern
│       │   │   │   │   │   ├── tern.css
│       │   │   │   │   │   ├── tern.js
│       │   │   │   │   │   └── worker.js
│       │   │   │   │   └── wrap
│       │   │   │   │       └── hardwrap.js
│       │   │   │   ├── addons.min.js
│       │   │   │   ├── bower.json
│       │   │   │   ├── codemirror.min.css
│       │   │   │   ├── codemirror.min.js
│       │   │   │   ├── lib
│       │   │   │   │   ├── codemirror.css
│       │   │   │   │   └── codemirror.js
│       │   │   │   ├── mode
│       │   │   │   │   ├── apl
│       │   │   │   │   │   ├── apl.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── asterisk
│       │   │   │   │   │   ├── asterisk.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── clike
│       │   │   │   │   │   ├── clike.js
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── scala.html
│       │   │   │   │   ├── clojure
│       │   │   │   │   │   ├── clojure.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── cobol
│       │   │   │   │   │   ├── cobol.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── coffeescript
│       │   │   │   │   │   ├── coffeescript.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── commonlisp
│       │   │   │   │   │   ├── commonlisp.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── css
│       │   │   │   │   │   ├── css.js
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── less.html
│       │   │   │   │   │   ├── less_test.js
│       │   │   │   │   │   ├── scss.html
│       │   │   │   │   │   ├── scss_test.js
│       │   │   │   │   │   └── test.js
│       │   │   │   │   ├── cypher
│       │   │   │   │   │   ├── cypher.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── d
│       │   │   │   │   │   ├── d.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── dart
│       │   │   │   │   │   ├── dart.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── diff
│       │   │   │   │   │   ├── diff.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── django
│       │   │   │   │   │   ├── django.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── dockerfile
│       │   │   │   │   │   ├── dockerfile.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── dtd
│       │   │   │   │   │   ├── dtd.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── dylan
│       │   │   │   │   │   ├── dylan.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── ebnf
│       │   │   │   │   │   ├── ebnf.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── ecl
│       │   │   │   │   │   ├── ecl.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── eiffel
│       │   │   │   │   │   ├── eiffel.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── erlang
│       │   │   │   │   │   ├── erlang.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── forth
│       │   │   │   │   │   ├── forth.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── fortran
│       │   │   │   │   │   ├── fortran.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── gas
│       │   │   │   │   │   ├── gas.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── gfm
│       │   │   │   │   │   ├── gfm.js
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── test.js
│       │   │   │   │   ├── gherkin
│       │   │   │   │   │   ├── gherkin.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── go
│       │   │   │   │   │   ├── go.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── groovy
│       │   │   │   │   │   ├── groovy.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── haml
│       │   │   │   │   │   ├── haml.js
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── test.js
│       │   │   │   │   ├── haskell
│       │   │   │   │   │   ├── haskell.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── haxe
│       │   │   │   │   │   ├── haxe.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── htmlembedded
│       │   │   │   │   │   ├── htmlembedded.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── htmlmixed
│       │   │   │   │   │   ├── htmlmixed.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── http
│       │   │   │   │   │   ├── http.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── idl
│       │   │   │   │   │   ├── idl.js
│       │   │   │   │   │   └── index.html
│       │   │   │   │   ├── index.html
│       │   │   │   │   ├── jade
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── jade.js
│       │   │   │   │   ├── javascript
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── javascript.js
│       │   │   │   │   │   ├── json-ld.html
│       │   │   │   │   │   ├── test.js
│       │   │   │   │   │   └── typescript.html
│       │   │   │   │   ├── jinja2
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── jinja2.js
│       │   │   │   │   ├── julia
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── julia.js
│       │   │   │   │   ├── kotlin
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── kotlin.js
│       │   │   │   │   ├── livescript
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── livescript.js
│       │   │   │   │   ├── lua
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── lua.js
│       │   │   │   │   ├── markdown
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── markdown.js
│       │   │   │   │   │   └── test.js
│       │   │   │   │   ├── meta.js
│       │   │   │   │   ├── mirc
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── mirc.js
│       │   │   │   │   ├── mllike
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── mllike.js
│       │   │   │   │   ├── modelica
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── modelica.js
│       │   │   │   │   ├── nginx
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── nginx.js
│       │   │   │   │   ├── ntriples
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── ntriples.js
│       │   │   │   │   ├── octave
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── octave.js
│       │   │   │   │   ├── pascal
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── pascal.js
│       │   │   │   │   ├── pegjs
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── pegjs.js
│       │   │   │   │   ├── perl
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── perl.js
│       │   │   │   │   ├── php
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── php.js
│       │   │   │   │   │   └── test.js
│       │   │   │   │   ├── pig
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── pig.js
│       │   │   │   │   ├── properties
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── properties.js
│       │   │   │   │   ├── puppet
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── puppet.js
│       │   │   │   │   ├── python
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── python.js
│       │   │   │   │   ├── q
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── q.js
│       │   │   │   │   ├── r
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── r.js
│       │   │   │   │   ├── rpm
│       │   │   │   │   │   ├── changes
│       │   │   │   │   │   │   └── index.html
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── rpm.js
│       │   │   │   │   ├── rst
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── rst.js
│       │   │   │   │   ├── ruby
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── ruby.js
│       │   │   │   │   │   └── test.js
│       │   │   │   │   ├── rust
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── rust.js
│       │   │   │   │   ├── sass
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── sass.js
│       │   │   │   │   ├── scheme
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── scheme.js
│       │   │   │   │   ├── shell
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── shell.js
│       │   │   │   │   │   └── test.js
│       │   │   │   │   ├── sieve
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── sieve.js
│       │   │   │   │   ├── slim
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── slim.js
│       │   │   │   │   │   └── test.js
│       │   │   │   │   ├── smalltalk
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── smalltalk.js
│       │   │   │   │   ├── smarty
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── smarty.js
│       │   │   │   │   ├── smartymixed
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── smartymixed.js
│       │   │   │   │   ├── solr
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── solr.js
│       │   │   │   │   ├── soy
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── soy.js
│       │   │   │   │   ├── sparql
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── sparql.js
│       │   │   │   │   ├── spreadsheet
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── spreadsheet.js
│       │   │   │   │   ├── sql
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── sql.js
│       │   │   │   │   ├── stex
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── stex.js
│       │   │   │   │   │   └── test.js
│       │   │   │   │   ├── stylus
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── stylus.js
│       │   │   │   │   ├── tcl
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── tcl.js
│       │   │   │   │   ├── textile
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── test.js
│       │   │   │   │   │   └── textile.js
│       │   │   │   │   ├── tiddlywiki
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── tiddlywiki.css
│       │   │   │   │   │   └── tiddlywiki.js
│       │   │   │   │   ├── tiki
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── tiki.css
│       │   │   │   │   │   └── tiki.js
│       │   │   │   │   ├── toml
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── toml.js
│       │   │   │   │   ├── tornado
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── tornado.js
│       │   │   │   │   ├── turtle
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── turtle.js
│       │   │   │   │   ├── vb
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── vb.js
│       │   │   │   │   ├── vbscript
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── vbscript.js
│       │   │   │   │   ├── velocity
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── velocity.js
│       │   │   │   │   ├── verilog
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── test.js
│       │   │   │   │   │   └── verilog.js
│       │   │   │   │   ├── xml
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── test.js
│       │   │   │   │   │   └── xml.js
│       │   │   │   │   ├── xquery
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   ├── test.js
│       │   │   │   │   │   └── xquery.js
│       │   │   │   │   ├── yaml
│       │   │   │   │   │   ├── index.html
│       │   │   │   │   │   └── yaml.js
│       │   │   │   │   └── z80
│       │   │   │   │       ├── index.html
│       │   │   │   │       └── z80.js
│       │   │   │   ├── modes.min.js
│       │   │   │   ├── package.json
│       │   │   │   └── theme
│       │   │   │       ├── 3024-day.css
│       │   │   │       ├── 3024-night.css
│       │   │   │       ├── ambiance-mobile.css
│       │   │   │       ├── ambiance.css
│       │   │   │       ├── base16-dark.css
│       │   │   │       ├── base16-light.css
│       │   │   │       ├── blackboard.css
│       │   │   │       ├── cobalt.css
│       │   │   │       ├── colorforth.css
│       │   │   │       ├── eclipse.css
│       │   │   │       ├── elegant.css
│       │   │   │       ├── erlang-dark.css
│       │   │   │       ├── lesser-dark.css
│       │   │   │       ├── mbo.css
│       │   │   │       ├── mdn-like.css
│       │   │   │       ├── midnight.css
│       │   │   │       ├── monokai.css
│       │   │   │       ├── neat.css
│       │   │   │       ├── neo.css
│       │   │   │       ├── night.css
│       │   │   │       ├── paraiso-dark.css
│       │   │   │       ├── paraiso-light.css
│       │   │   │       ├── pastel-on-dark.css
│       │   │   │       ├── rubyblue.css
│       │   │   │       ├── solarized.css
│       │   │   │       ├── the-matrix.css
│       │   │   │       ├── tomorrow-night-bright.css
│       │   │   │       ├── tomorrow-night-eighties.css
│       │   │   │       ├── twilight.css
│       │   │   │       ├── vibrant-ink.css
│       │   │   │       ├── xq-dark.css
│       │   │   │       ├── xq-light.css
│       │   │   │       └── zenburn.css
│       │   │   ├── flowchart.min.js
│       │   │   ├── jquery.flowchart.min.js
│       │   │   ├── marked.min.js
│       │   │   ├── prettify.min.js
│       │   │   ├── raphael.min.js
│       │   │   ├── sequence-diagram.min.js
│       │   │   └── underscore.min.js
│       │   └── plugins
│       │       ├── code-block-dialog
│       │       │   └── code-block-dialog.js
│       │       ├── emoji-dialog
│       │       │   ├── emoji-dialog.js
│       │       │   └── emoji.json
│       │       ├── goto-line-dialog
│       │       │   └── goto-line-dialog.js
│       │       ├── help-dialog
│       │       │   ├── help-dialog.js
│       │       │   └── help.md
│       │       ├── html-entities-dialog
│       │       │   ├── html-entities-dialog.js
│       │       │   └── html-entities.json
│       │       ├── image-dialog
│       │       │   └── image-dialog.js
│       │       ├── link-dialog
│       │       │   └── link-dialog.js
│       │       ├── plugin-template.js
│       │       ├── preformatted-text-dialog
│       │       │   └── preformatted-text-dialog.js
│       │       ├── reference-link-dialog
│       │       │   └── reference-link-dialog.js
│       │       ├── table-dialog
│       │       │   └── table-dialog.js
│       │       └── test-plugin
│       │           └── test-plugin.js
│       ├── font-awesome-4.6.3
│       │   ├── HELP-US-OUT.txt
│       │   ├── css
│       │   │   ├── font-awesome.css
│       │   │   └── font-awesome.min.css
│       │   ├── fonts
│       │   │   ├── FontAwesome.otf
│       │   │   ├── fontawesome-webfont.eot
│       │   │   ├── fontawesome-webfont.svg
│       │   │   ├── fontawesome-webfont.ttf
│       │   │   ├── fontawesome-webfont.woff
│       │   │   └── fontawesome-webfont.woff2
│       │   ├── less
│       │   │   ├── animated.less
│       │   │   ├── bordered-pulled.less
│       │   │   ├── core.less
│       │   │   ├── fixed-width.less
│       │   │   ├── font-awesome.less
│       │   │   ├── icons.less
│       │   │   ├── larger.less
│       │   │   ├── list.less
│       │   │   ├── mixins.less
│       │   │   ├── path.less
│       │   │   ├── rotated-flipped.less
│       │   │   ├── screen-reader.less
│       │   │   ├── stacked.less
│       │   │   └── variables.less
│       │   └── scss
│       │       ├── _animated.scss
│       │       ├── _bordered-pulled.scss
│       │       ├── _core.scss
│       │       ├── _fixed-width.scss
│       │       ├── _icons.scss
│       │       ├── _larger.scss
│       │       ├── _list.scss
│       │       ├── _mixins.scss
│       │       ├── _path.scss
│       │       ├── _rotated-flipped.scss
│       │       ├── _screen-reader.scss
│       │       ├── _stacked.scss
│       │       ├── _variables.scss
│       │       └── font-awesome.scss
│       ├── markdown-js
│       │   └── markdown.js
│       ├── qrcode
│       │   ├── jquery.qrcode.js
│       │   ├── preview_phone.jpg
│       │   └── qrcode.js
│       ├── webuploader
│       │   ├── css
│       │   │   ├── style.css
│       │   │   └── webuploader.css
│       │   ├── img
│       │   │   ├── bg.png
│       │   │   ├── icons.png
│       │   │   ├── image.png
│       │   │   ├── progress.png
│       │   │   └── success.png
│       │   ├── index.html
│       │   ├── js
│       │   │   ├── jquery.js
│       │   │   ├── upload.js
│       │   │   └── webuploader.js
│       │   ├── server
│       │   │   ├── fileupload.php
│       │   │   ├── preview.php
│       │   │   ├── test.php
│       │   │   └── upload.rr
│       │   └── swf
│       │       ├── Uploader.swf
│       │       └── expressInstall.swf
│       └── weui-master
│           ├── CHANGELOG.md
│           ├── CONTRIBUTING.md
│           ├── README.md
│           ├── bower.json
│           ├── dist
│           │   ├── example
│           │   │   ├── example.css
│           │   │   ├── example.js
│           │   │   ├── images
│           │   │   │   ├── icon_nav_actionSheet.png
│           │   │   │   ├── icon_nav_article.png
│           │   │   │   ├── icon_nav_button.png
│           │   │   │   ├── icon_nav_cell.png
│           │   │   │   ├── icon_nav_dialog.png
│           │   │   │   ├── icon_nav_icons.png
│           │   │   │   ├── icon_nav_msg.png
│           │   │   │   ├── icon_nav_panel.png
│           │   │   │   ├── icon_nav_progress.png
│           │   │   │   ├── icon_nav_search_bar.png
│           │   │   │   ├── icon_nav_tab.png
│           │   │   │   ├── icon_nav_toast.png
│           │   │   │   ├── pic_article.png
│           │   │   │   ├── pic_article_1.jpg
│           │   │   │   ├── pic_article_2.jpg
│           │   │   │   └── vcode.jpg
│           │   │   ├── index.html
│           │   │   ├── router.min.js
│           │   │   ├── snapshot
│           │   │   │   ├── actionSheet.png
│           │   │   │   ├── button.png
│           │   │   │   ├── cell.png
│           │   │   │   ├── dialog1.png
│           │   │   │   ├── dialog2.png
│           │   │   │   ├── grid.png
│           │   │   │   ├── icons.png
│           │   │   │   ├── progress.png
│           │   │   │   ├── qrcode.png
│           │   │   │   ├── result.png
│           │   │   │   ├── text.png
│           │   │   │   ├── toast1.png
│           │   │   │   └── toast2.png
│           │   │   └── zepto.min.js
│           │   └── style
│           │       ├── weui.css
│           │       └── weui.min.css
│           ├── gulpfile.js
│           ├── package.json
│           └── src
│               ├── example
│               │   ├── example.js
│               │   ├── example.less
│               │   ├── fragment
│               │   │   ├── actionsheet.html
│               │   │   ├── article.html
│               │   │   ├── button.html
│               │   │   ├── cell.html
│               │   │   ├── dialog.html
│               │   │   ├── home.html
│               │   │   ├── icons.html
│               │   │   ├── msg.html
│               │   │   ├── navbar.html
│               │   │   ├── panel.html
│               │   │   ├── progress.html
│               │   │   ├── searchbar.html
│               │   │   ├── tab.html
│               │   │   ├── tabbar.html
│               │   │   └── toast.html
│               │   ├── images
│               │   │   ├── icon_nav_actionSheet.png
│               │   │   ├── icon_nav_article.png
│               │   │   ├── icon_nav_button.png
│               │   │   ├── icon_nav_cell.png
│               │   │   ├── icon_nav_dialog.png
│               │   │   ├── icon_nav_icons.png
│               │   │   ├── icon_nav_msg.png
│               │   │   ├── icon_nav_panel.png
│               │   │   ├── icon_nav_progress.png
│               │   │   ├── icon_nav_search_bar.png
│               │   │   ├── icon_nav_tab.png
│               │   │   ├── icon_nav_toast.png
│               │   │   ├── pic_article.png
│               │   │   └── vcode.jpg
│               │   ├── index.html
│               │   ├── router.min.js
│               │   ├── snapshot
│               │   │   ├── button.png
│               │   │   ├── cell.png
│               │   │   ├── dialog1.png
│               │   │   ├── dialog2.png
│               │   │   ├── grid.png
│               │   │   ├── icons.png
│               │   │   ├── progress.png
│               │   │   ├── qrcode.png
│               │   │   ├── result.png
│               │   │   ├── text.png
│               │   │   ├── toast1.png
│               │   │   └── toast2.png
│               │   └── zepto.min.js
│               └── style
│                   ├── base
│                   │   ├── fn.less
│                   │   ├── mixin
│                   │   │   ├── mobile.less
│                   │   │   ├── setArrow.less
│                   │   │   ├── setChecked.less
│                   │   │   ├── setOnepx.less
│                   │   │   └── text.less
│                   │   ├── reset.less
│                   │   └── variable
│                   │       ├── global.less
│                   │       ├── monokai.less
│                   │       ├── weui_button.less
│                   │       ├── weui_cell.less
│                   │       ├── weui_grid.less
│                   │       ├── weui_msg.less
│                   │       └── weui_progress.less
│                   ├── icon
│                   │   ├── weui_font.less
│                   │   └── weui_icon_font.less
│                   ├── weui.less
│                   └── widget
│                       ├── weui_button
│                       │   ├── weui_btn_default.less
│                       │   ├── weui_btn_disabled.less
│                       │   ├── weui_btn_global.less
│                       │   ├── weui_btn_plain.less
│                       │   ├── weui_btn_primary.less
│                       │   ├── weui_btn_warn.less
│                       │   └── weui_button.less
│                       ├── weui_cell
│                       │   ├── weui_access.less
│                       │   ├── weui_cell_global.less
│                       │   ├── weui_check
│                       │   │   ├── weui_check_common.less
│                       │   │   ├── weui_checkbox.less
│                       │   │   └── weui_radio.less
│                       │   ├── weui_check.less
│                       │   ├── weui_form
│                       │   │   ├── weui_form_common.less
│                       │   │   ├── weui_select.less
│                       │   │   ├── weui_select_after.less
│                       │   │   ├── weui_select_before.less
│                       │   │   └── weui_vcode.less
│                       │   ├── weui_form.less
│                       │   ├── weui_switch.less
│                       │   └── weui_uploader.less
│                       ├── weui_grid
│                       │   └── weui_grid.less
│                       ├── weui_media_box
│                       │   └── weui_media_box.less
│                       ├── weui_page
│                       │   ├── weui_article.less
│                       │   └── weui_msg.less
│                       ├── weui_panel
│                       │   └── weui_panel.less
│                       ├── weui_progress
│                       │   └── weui_progress.less
│                       ├── weui_searchbar
│                       │   └── weui_searchbar.less
│                       ├── weui_tab
│                       │   ├── navbar.less
│                       │   ├── tabbar.less
│                       │   └── weui_tab.less
│                       └── weui_tips
│                           ├── weui_actionsheet.less
│                           ├── weui_dialog.less
│                           ├── weui_mask.less
│                           └── weui_toast.less
├── Runtime
│   ├── Cache
│   │   ├── Admin
│   │   │   ├── 00ff0c6deef74f6a5797edddb8bb0e9e.php
│   │   │   ├── 220f72f7e6ae0a9673378392936f2785.php
│   │   │   ├── 4a3dee79a7f72b213a9189eb6f625a5d.php
│   │   │   ├── 55bd8b11d78730a6b70d27dad5ef2bef.php
│   │   │   ├── e2f221aa62bafe0bf3d050aadd23c48f.php
│   │   │   └── f7a4700b7828dd28e8dd3230b72e9393.php
│   │   ├── Home
│   │   │   └── 6aed1c690b21c1dfe3c862d12ccf9e11.php
│   │   ├── Install
│   │   │   └── 4a3dee79a7f72b213a9189eb6f625a5d.php
│   │   ├── Mp
│   │   │   ├── 00ff0c6deef74f6a5797edddb8bb0e9e.php
│   │   │   ├── 0d76331f10087e6c5c7579b5ee2e72b5.php
│   │   │   ├── 15f7de0e87f78865edc7b7d2f04e08df.php
│   │   │   ├── 1e980ac17fb08b7c0010a4fe9d1575db.php
│   │   │   ├── 23d96f9ed4fb434818ae2b17c65f99ca.php
│   │   │   ├── 2d9334172e3fd45c5cd6e167f7fe6afe.php
│   │   │   ├── 34e2df0aa3c7a08d5b85888eed5e3951.php
│   │   │   ├── 4685295540f3bdf76721fae9595b86c3.php
│   │   │   ├── 46bfc6a7adab77abf9cd131191a3e9e0.php
│   │   │   ├── 55bd8b11d78730a6b70d27dad5ef2bef.php
│   │   │   ├── 7263c30e41f74395b022622de305e873.php
│   │   │   ├── 8045b108dce839588e195681b3bab7ba.php
│   │   │   ├── 9a82d4255605cf843d13bca7888258d8.php
│   │   │   ├── 9cff85a0fb0e4ae9374584ded99c6154.php
│   │   │   ├── ab6a354d3e3270bc9458f39e905a7846.php
│   │   │   ├── c9f42ec1bbab96a7cdb72d5c57746f2e.php
│   │   │   ├── d3a15cc30aeb972eb630a817b1ea39ce.php
│   │   │   ├── d6c620ea46d0823f0971d51ea3dfb960.php
│   │   │   ├── d76e2539ed3d6881a7a335e4e42dabcc.php
│   │   │   ├── da429dfdd89b590673fdbe96be7f0a9a.php
│   │   │   ├── e2f221aa62bafe0bf3d050aadd23c48f.php
│   │   │   ├── e6f04c114fe4772441f23105538d4799.php
│   │   │   └── eb781ac7502c10a75319e53463cc3981.php
│   │   └── User
│   │       ├── 4a3dee79a7f72b213a9189eb6f625a5d.php
│   │       ├── 55bd8b11d78730a6b70d27dad5ef2bef.php
│   │       └── ec9d904c04a4439855ab36c58f597e1b.php
│   ├── Data
│   ├── Logs
│   │   ├── Admin
│   │   │   ├── 17_11_05.log
│   │   │   └── 19_08_13.log
│   │   ├── Common
│   │   │   └── 19_08_13.log
│   │   ├── Home
│   │   │   └── 19_08_13.log
│   │   ├── Install
│   │   ├── Mp
│   │   │   └── 19_08_13.log
│   │   └── User
│   │       └── 19_08_13.log
│   └── Temp
│       └── 670659c4182ba23e0b68f7b8b057ebb6.php
├── ThinkPHP
│   ├── Common
│   │   └── functions.php
│   ├── Conf
│   │   ├── convention.php
│   │   └── debug.php
│   ├── LICENSE.txt
│   ├── Lang
│   │   ├── en-us.php
│   │   ├── pt-br.php
│   │   ├── zh-cn.php
│   │   └── zh-tw.php
│   ├── Library
│   │   ├── Behavior
│   │   │   ├── BuildLiteBehavior.class.php
│   │   │   ├── CheckLangBehavior.class.php
│   │   │   ├── ContentReplaceBehavior.class.php
│   │   │   ├── ParseTemplateBehavior.class.php
│   │   │   ├── ReadHtmlCacheBehavior.class.php
│   │   │   ├── ShowPageTraceBehavior.class.php
│   │   │   ├── ShowRuntimeBehavior.class.php
│   │   │   ├── TokenBuildBehavior.class.php
│   │   │   └── WriteHtmlCacheBehavior.class.php
│   │   ├── Org
│   │   │   └── Util
│   │   │       ├── Rbac.class.php
│   │   │       ├── UploadFile.class.php
│   │   │       └── phpMyAdmin
│   │   │           ├── ChangeLog
│   │   │           ├── LICENSE
│   │   │           ├── README
│   │   │           ├── README.VENDOR
│   │   │           ├── RELEASE-DATE-3.5.8.2
│   │   │           ├── browse_foreigners.php
│   │   │           ├── bs_disp_as_mime_type.php
│   │   │           ├── bs_play_media.php
│   │   │           ├── changelog.php
│   │   │           ├── chk_rel.php
│   │   │           ├── config.sample.inc.php
│   │   │           ├── db_create.php
│   │   │           ├── db_datadict.php
│   │   │           ├── db_events.php
│   │   │           ├── db_export.php
│   │   │           ├── db_import.php
│   │   │           ├── db_operations.php
│   │   │           ├── db_printview.php
│   │   │           ├── db_qbe.php
│   │   │           ├── db_routines.php
│   │   │           ├── db_search.php
│   │   │           ├── db_sql.php
│   │   │           ├── db_structure.php
│   │   │           ├── db_tracking.php
│   │   │           ├── db_triggers.php
│   │   │           ├── docs.css
│   │   │           ├── enum_editor.php
│   │   │           ├── examples
│   │   │           │   ├── config.manyhosts.inc.php
│   │   │           │   ├── create_tables.sql
│   │   │           │   ├── create_tables_drizzle.sql
│   │   │           │   ├── openid.php
│   │   │           │   ├── signon-script.php
│   │   │           │   ├── signon.php
│   │   │           │   ├── swekey.sample.conf
│   │   │           │   └── upgrade_tables_mysql_4_1_2 .sql
│   │   │           ├── export.php
│   │   │           ├── favicon.ico
│   │   │           ├── file_echo.php
│   │   │           ├── gis_data_editor.php
│   │   │           ├── import.php
│   │   │           ├── import_status.php
│   │   │           ├── index.php
│   │   │           ├── js
│   │   │           │   ├── OpenStreetMap.js
│   │   │           │   ├── canvg
│   │   │           │   │   ├── MIT-LICENSE.txt
│   │   │           │   │   ├── canvg.js
│   │   │           │   │   ├── flashcanvas.js
│   │   │           │   │   └── flashcanvas.swf
│   │   │           │   ├── codemirror
│   │   │           │   │   ├── LICENSE
│   │   │           │   │   ├── lib
│   │   │           │   │   │   └── codemirror.js
│   │   │           │   │   └── mode
│   │   │           │   │       └── mysql
│   │   │           │   │           └── mysql.js
│   │   │           │   ├── common.js
│   │   │           │   ├── config.js
│   │   │           │   ├── cross_framing_protection.js
│   │   │           │   ├── date.js
│   │   │           │   ├── db_operations.js
│   │   │           │   ├── db_search.js
│   │   │           │   ├── db_structure.js
│   │   │           │   ├── dom-drag.js
│   │   │           │   ├── export.js
│   │   │           │   ├── functions.js
│   │   │           │   ├── get_image.js.php
│   │   │           │   ├── gis_data_editor.js
│   │   │           │   ├── import.js
│   │   │           │   ├── indexes.js
│   │   │           │   ├── jqplot
│   │   │           │   │   ├── excanvas.js
│   │   │           │   │   ├── jquery.jqplot.js
│   │   │           │   │   └── plugins
│   │   │           │   │       ├── jqplot.barRenderer.js
│   │   │           │   │       ├── jqplot.canvasAxisLabelRenderer.js
│   │   │           │   │       ├── jqplot.canvasTextRenderer.js
│   │   │           │   │       ├── jqplot.categoryAxisRenderer.js
│   │   │           │   │       ├── jqplot.cursor.js
│   │   │           │   │       ├── jqplot.dateAxisRenderer.js
│   │   │           │   │       ├── jqplot.highlighter.js
│   │   │           │   │       ├── jqplot.pieRenderer.js
│   │   │           │   │       └── jqplot.pointLabels.js
│   │   │           │   ├── jquery
│   │   │           │   │   ├── jquery-1.6.2 fix-9521.js
│   │   │           │   │   ├── jquery-ui-1.8.16.custom.js
│   │   │           │   │   ├── jquery.cookie.js
│   │   │           │   │   ├── jquery.event.drag-2.0.js
│   │   │           │   │   ├── jquery.json-2.2.js
│   │   │           │   │   ├── jquery.mousewheel.js
│   │   │           │   │   ├── jquery.qtip-1.0.0-rc3.js
│   │   │           │   │   ├── jquery.sortableTable.js
│   │   │           │   │   ├── jquery.sprintf.js
│   │   │           │   │   ├── jquery.svg.js
│   │   │           │   │   ├── jquery.tablesorter.js
│   │   │           │   │   └── timepicker.js
│   │   │           │   ├── keyhandler.js
│   │   │           │   ├── makegrid.js
│   │   │           │   ├── messages.php
│   │   │           │   ├── navigation.js
│   │   │           │   ├── openlayers
│   │   │           │   │   ├── OpenLayers.js
│   │   │           │   │   ├── img
│   │   │           │   │   │   ├── blank.gif
│   │   │           │   │   │   ├── cloud-popup-relative.png
│   │   │           │   │   │   ├── drag-rectangle-off.png
│   │   │           │   │   │   ├── drag-rectangle-on.png
│   │   │           │   │   │   ├── east-mini.png
│   │   │           │   │   │   ├── layer-switcher-maximize.png
│   │   │           │   │   │   ├── layer-switcher-minimize.png
│   │   │           │   │   │   ├── marker-blue.png
│   │   │           │   │   │   ├── marker-gold.png
│   │   │           │   │   │   ├── marker-green.png
│   │   │           │   │   │   ├── marker.png
│   │   │           │   │   │   ├── measuring-stick-off.png
│   │   │           │   │   │   ├── measuring-stick-on.png
│   │   │           │   │   │   ├── north-mini.png
│   │   │           │   │   │   ├── panning-hand-off.png
│   │   │           │   │   │   ├── panning-hand-on.png
│   │   │           │   │   │   ├── slider.png
│   │   │           │   │   │   ├── south-mini.png
│   │   │           │   │   │   ├── west-mini.png
│   │   │           │   │   │   ├── zoom-minus-mini.png
│   │   │           │   │   │   ├── zoom-plus-mini.png
│   │   │           │   │   │   ├── zoom-world-mini.png
│   │   │           │   │   │   └── zoombar.png
│   │   │           │   │   └── theme
│   │   │           │   │       └── default
│   │   │           │   │           ├── framedCloud.css
│   │   │           │   │           ├── google.css
│   │   │           │   │           ├── ie6-style.css
│   │   │           │   │           ├── img
│   │   │           │   │           │   ├── add_point_off.png
│   │   │           │   │           │   ├── add_point_on.png
│   │   │           │   │           │   ├── blank.gif
│   │   │           │   │           │   ├── close.gif
│   │   │           │   │           │   ├── drag-rectangle-off.png
│   │   │           │   │           │   ├── drag-rectangle-on.png
│   │   │           │   │           │   ├── draw_line_off.png
│   │   │           │   │           │   ├── draw_line_on.png
│   │   │           │   │           │   ├── draw_point_off.png
│   │   │           │   │           │   ├── draw_point_on.png
│   │   │           │   │           │   ├── draw_polygon_off.png
│   │   │           │   │           │   ├── draw_polygon_on.png
│   │   │           │   │           │   ├── editing_tool_bar.png
│   │   │           │   │           │   ├── move_feature_off.png
│   │   │           │   │           │   ├── move_feature_on.png
│   │   │           │   │           │   ├── navigation_history.png
│   │   │           │   │           │   ├── overview_replacement.gif
│   │   │           │   │           │   ├── pan-panel-NOALPHA.png
│   │   │           │   │           │   ├── pan-panel.png
│   │   │           │   │           │   ├── pan_off.png
│   │   │           │   │           │   ├── pan_on.png
│   │   │           │   │           │   ├── panning-hand-off.png
│   │   │           │   │           │   ├── panning-hand-on.png
│   │   │           │   │           │   ├── remove_point_off.png
│   │   │           │   │           │   ├── remove_point_on.png
│   │   │           │   │           │   ├── ruler.png
│   │   │           │   │           │   ├── save_features_off.png
│   │   │           │   │           │   ├── save_features_on.png
│   │   │           │   │           │   ├── view_next_off.png
│   │   │           │   │           │   ├── view_next_on.png
│   │   │           │   │           │   ├── view_previous_off.png
│   │   │           │   │           │   ├── view_previous_on.png
│   │   │           │   │           │   ├── zoom-panel-NOALPHA.png
│   │   │           │   │           │   └── zoom-panel.png
│   │   │           │   │           └── style.css
│   │   │           │   ├── pmd
│   │   │           │   │   ├── ajax.js
│   │   │           │   │   ├── history.js
│   │   │           │   │   ├── iecanvas.js
│   │   │           │   │   └── move.js
│   │   │           │   ├── querywindow.js
│   │   │           │   ├── replication.js
│   │   │           │   ├── rte
│   │   │           │   │   ├── common.js
│   │   │           │   │   ├── events.js
│   │   │           │   │   ├── routines.js
│   │   │           │   │   └── triggers.js
│   │   │           │   ├── server_plugins.js
│   │   │           │   ├── server_privileges.js
│   │   │           │   ├── server_status.js
│   │   │           │   ├── server_status_monitor.js
│   │   │           │   ├── server_synchronize.js
│   │   │           │   ├── server_variables.js
│   │   │           │   ├── sql.js
│   │   │           │   ├── tbl_change.js
│   │   │           │   ├── tbl_chart.js
│   │   │           │   ├── tbl_gis_visualization.js
│   │   │           │   ├── tbl_relation.js
│   │   │           │   ├── tbl_select.js
│   │   │           │   ├── tbl_structure.js
│   │   │           │   ├── tbl_zoom_plot_jqplot.js
│   │   │           │   └── update-location.js
│   │   │           ├── libraries
│   │   │           │   ├── Advisor.class.php
│   │   │           │   ├── Config.class.php
│   │   │           │   ├── Error.class.php
│   │   │           │   ├── Error_Handler.class.php
│   │   │           │   ├── File.class.php
│   │   │           │   ├── Index.class.php
│   │   │           │   ├── List.class.php
│   │   │           │   ├── List_Database.class.php
│   │   │           │   ├── Message.class.php
│   │   │           │   ├── PDF.class.php
│   │   │           │   ├── PMA.php
│   │   │           │   ├── Partition.class.php
│   │   │           │   ├── RecentTable.class.php
│   │   │           │   ├── StorageEngine.class.php
│   │   │           │   ├── Table.class.php
│   │   │           │   ├── Theme.class.php
│   │   │           │   ├── Theme_Manager.class.php
│   │   │           │   ├── Tracker.class.php
│   │   │           │   ├── advisory_rules.txt
│   │   │           │   ├── auth
│   │   │           │   │   ├── config.auth.lib.php
│   │   │           │   │   ├── cookie.auth.lib.php
│   │   │           │   │   ├── http.auth.lib.php
│   │   │           │   │   ├── signon.auth.lib.php
│   │   │           │   │   └── swekey
│   │   │           │   │       ├── authentication.inc.php
│   │   │           │   │       ├── musbe-ca.crt
│   │   │           │   │       ├── swekey.auth.lib.php
│   │   │           │   │       └── swekey.php
│   │   │           │   ├── bfShapeFiles
│   │   │           │   │   └── ShapeFile.lib.php
│   │   │           │   ├── blobstreaming.lib.php
│   │   │           │   ├── blowfish.php
│   │   │           │   ├── bookmark.lib.php
│   │   │           │   ├── build_html_for_db.lib.php
│   │   │           │   ├── charset_conversion.lib.php
│   │   │           │   ├── check_user_privileges.lib.php
│   │   │           │   ├── cleanup.lib.php
│   │   │           │   ├── common.inc.php
│   │   │           │   ├── common.lib.php
│   │   │           │   ├── config
│   │   │           │   │   ├── ConfigFile.class.php
│   │   │           │   │   ├── Form.class.php
│   │   │           │   │   ├── FormDisplay.class.php
│   │   │           │   │   ├── FormDisplay.tpl.php
│   │   │           │   │   ├── config_functions.lib.php
│   │   │           │   │   ├── messages.inc.php
│   │   │           │   │   ├── setup.forms.php
│   │   │           │   │   ├── user_preferences.forms.php
│   │   │           │   │   └── validate.lib.php
│   │   │           │   ├── config.default.php
│   │   │           │   ├── config.values.php
│   │   │           │   ├── core.lib.php
│   │   │           │   ├── data_dictionary_relations.lib.php
│   │   │           │   ├── data_drizzle.inc.php
│   │   │           │   ├── data_mysql.inc.php
│   │   │           │   ├── database_interface.lib.php
│   │   │           │   ├── db_common.inc.php
│   │   │           │   ├── db_info.inc.php
│   │   │           │   ├── db_links.inc.php
│   │   │           │   ├── db_structure.lib.php
│   │   │           │   ├── db_table_exists.lib.php
│   │   │           │   ├── dbi
│   │   │           │   │   ├── drizzle-wrappers.lib.php
│   │   │           │   │   ├── drizzle.dbi.lib.php
│   │   │           │   │   ├── mysql.dbi.lib.php
│   │   │           │   │   └── mysqli.dbi.lib.php
│   │   │           │   ├── display_change_password.lib.php
│   │   │           │   ├── display_create_database.lib.php
│   │   │           │   ├── display_create_table.lib.php
│   │   │           │   ├── display_export.lib.php
│   │   │           │   ├── display_import.lib.php
│   │   │           │   ├── display_import_ajax.lib.php
│   │   │           │   ├── display_select_lang.lib.php
│   │   │           │   ├── display_tbl.lib.php
│   │   │           │   ├── engines
│   │   │           │   │   ├── bdb.lib.php
│   │   │           │   │   ├── berkeleydb.lib.php
│   │   │           │   │   ├── binlog.lib.php
│   │   │           │   │   ├── innobase.lib.php
│   │   │           │   │   ├── innodb.lib.php
│   │   │           │   │   ├── memory.lib.php
│   │   │           │   │   ├── merge.lib.php
│   │   │           │   │   ├── mrg_myisam.lib.php
│   │   │           │   │   ├── myisam.lib.php
│   │   │           │   │   ├── ndbcluster.lib.php
│   │   │           │   │   ├── pbms.lib.php
│   │   │           │   │   └── pbxt.lib.php
│   │   │           │   ├── error.inc.php
│   │   │           │   ├── export
│   │   │           │   │   ├── codegen.php
│   │   │           │   │   ├── csv.php
│   │   │           │   │   ├── excel.php
│   │   │           │   │   ├── htmlword.php
│   │   │           │   │   ├── json.php
│   │   │           │   │   ├── latex.php
│   │   │           │   │   ├── mediawiki.php
│   │   │           │   │   ├── ods.php
│   │   │           │   │   ├── odt.php
│   │   │           │   │   ├── pdf.php
│   │   │           │   │   ├── php_array.php
│   │   │           │   │   ├── sql.php
│   │   │           │   │   ├── texytext.php
│   │   │           │   │   ├── xml.php
│   │   │           │   │   └── yaml.php
│   │   │           │   ├── file_listing.php
│   │   │           │   ├── footer.inc.php
│   │   │           │   ├── gis
│   │   │           │   │   ├── pma_gis_factory.php
│   │   │           │   │   ├── pma_gis_geometry.php
│   │   │           │   │   ├── pma_gis_geometrycollection.php
│   │   │           │   │   ├── pma_gis_linestring.php
│   │   │           │   │   ├── pma_gis_multilinestring.php
│   │   │           │   │   ├── pma_gis_multipoint.php
│   │   │           │   │   ├── pma_gis_multipolygon.php
│   │   │           │   │   ├── pma_gis_point.php
│   │   │           │   │   ├── pma_gis_polygon.php
│   │   │           │   │   └── pma_gis_visualization.php
│   │   │           │   ├── gis_visualization.lib.php
│   │   │           │   ├── grab_globals.lib.php
│   │   │           │   ├── header.inc.php
│   │   │           │   ├── header_http.inc.php
│   │   │           │   ├── header_meta_style.inc.php
│   │   │           │   ├── header_printview.inc.php
│   │   │           │   ├── header_scripts.inc.php
│   │   │           │   ├── iconv_wrapper.lib.php
│   │   │           │   ├── import
│   │   │           │   │   ├── README
│   │   │           │   │   ├── csv.php
│   │   │           │   │   ├── docsql.php
│   │   │           │   │   ├── ldi.php
│   │   │           │   │   ├── ods.php
│   │   │           │   │   ├── shp.php
│   │   │           │   │   ├── sql.php
│   │   │           │   │   ├── upload
│   │   │           │   │   │   ├── apc.php
│   │   │           │   │   │   ├── noplugin.php
│   │   │           │   │   │   └── uploadprogress.php
│   │   │           │   │   └── xml.php
│   │   │           │   ├── import.lib.php
│   │   │           │   ├── information_schema_relations.lib.php
│   │   │           │   ├── ip_allow_deny.lib.php
│   │   │           │   ├── js_escape.lib.php
│   │   │           │   ├── kanji-encoding.lib.php
│   │   │           │   ├── language_stats.inc.php
│   │   │           │   ├── logging.lib.php
│   │   │           │   ├── mime.lib.php
│   │   │           │   ├── mult_submits.inc.php
│   │   │           │   ├── mysql_charsets.lib.php
│   │   │           │   ├── navigation_header.inc.php
│   │   │           │   ├── ob.lib.php
│   │   │           │   ├── opendocument.lib.php
│   │   │           │   ├── parse_analyze.lib.php
│   │   │           │   ├── php-gettext
│   │   │           │   │   ├── gettext.inc
│   │   │           │   │   ├── gettext.php
│   │   │           │   │   └── streams.php
│   │   │           │   ├── plugin_interface.lib.php
│   │   │           │   ├── pmd_common.php
│   │   │           │   ├── relation.lib.php
│   │   │           │   ├── relation_cleanup.lib.php
│   │   │           │   ├── replication.inc.php
│   │   │           │   ├── replication_gui.lib.php
│   │   │           │   ├── rte
│   │   │           │   │   ├── rte_events.lib.php
│   │   │           │   │   ├── rte_export.lib.php
│   │   │           │   │   ├── rte_footer.lib.php
│   │   │           │   │   ├── rte_list.lib.php
│   │   │           │   │   ├── rte_main.inc.php
│   │   │           │   │   ├── rte_routines.lib.php
│   │   │           │   │   ├── rte_triggers.lib.php
│   │   │           │   │   └── rte_words.lib.php
│   │   │           │   ├── sanitizing.lib.php
│   │   │           │   ├── schema
│   │   │           │   │   ├── Dia_Relation_Schema.class.php
│   │   │           │   │   ├── Eps_Relation_Schema.class.php
│   │   │           │   │   ├── Export_Relation_Schema.class.php
│   │   │           │   │   ├── Pdf_Relation_Schema.class.php
│   │   │           │   │   ├── Svg_Relation_Schema.class.php
│   │   │           │   │   ├── User_Schema.class.php
│   │   │           │   │   └── Visio_Relation_Schema.class.php
│   │   │           │   ├── select_lang.lib.php
│   │   │           │   ├── select_server.lib.php
│   │   │           │   ├── server_common.inc.php
│   │   │           │   ├── server_links.inc.php
│   │   │           │   ├── server_synchronize.lib.php
│   │   │           │   ├── server_variables_doc.php
│   │   │           │   ├── session.inc.php
│   │   │           │   ├── sql_query_form.lib.php
│   │   │           │   ├── sqlparser.data.php
│   │   │           │   ├── sqlparser.lib.php
│   │   │           │   ├── sqlvalidator.class.php
│   │   │           │   ├── sqlvalidator.lib.php
│   │   │           │   ├── string.lib.php
│   │   │           │   ├── string_mb.lib.php
│   │   │           │   ├── string_native.lib.php
│   │   │           │   ├── string_type_ctype.lib.php
│   │   │           │   ├── string_type_native.lib.php
│   │   │           │   ├── sysinfo.lib.php
│   │   │           │   ├── tbl_common.php
│   │   │           │   ├── tbl_info.inc.php
│   │   │           │   ├── tbl_links.inc.php
│   │   │           │   ├── tbl_properties.inc.php
│   │   │           │   ├── tbl_replace_fields.inc.php
│   │   │           │   ├── tbl_select.lib.php
│   │   │           │   ├── tcpdf
│   │   │           │   │   ├── LICENSE.TXT
│   │   │           │   │   ├── README.TXT
│   │   │           │   │   ├── config
│   │   │           │   │   │   └── tcpdf_config.php
│   │   │           │   │   ├── encodings_maps.php
│   │   │           │   │   ├── fonts
│   │   │           │   │   │   ├── dejavu-fonts-ttf-2.33
│   │   │           │   │   │   │   └── LICENSE
│   │   │           │   │   │   ├── dejavusans.ctg.z
│   │   │           │   │   │   ├── dejavusans.php
│   │   │           │   │   │   ├── dejavusans.z
│   │   │           │   │   │   ├── dejavusansb.ctg.z
│   │   │           │   │   │   ├── dejavusansb.php
│   │   │           │   │   │   ├── dejavusansb.z
│   │   │           │   │   │   └── helvetica.php
│   │   │           │   │   ├── htmlcolors.php
│   │   │           │   │   ├── tcpdf.php
│   │   │           │   │   └── unicode_data.php
│   │   │           │   ├── transformations
│   │   │           │   │   ├── README
│   │   │           │   │   ├── TEMPLATE
│   │   │           │   │   ├── TEMPLATE_MIMETYPE
│   │   │           │   │   ├── application_octetstream__download.inc.php
│   │   │           │   │   ├── application_octetstream__hex.inc.php
│   │   │           │   │   ├── generator.sh
│   │   │           │   │   ├── global.inc.php
│   │   │           │   │   ├── image_jpeg__inline.inc.php
│   │   │           │   │   ├── image_jpeg__link.inc.php
│   │   │           │   │   ├── image_png__inline.inc.php
│   │   │           │   │   ├── template_generator.sh
│   │   │           │   │   ├── template_generator_mimetype.sh
│   │   │           │   │   ├── text_plain__dateformat.inc.php
│   │   │           │   │   ├── text_plain__external.inc.php
│   │   │           │   │   ├── text_plain__formatted.inc.php
│   │   │           │   │   ├── text_plain__imagelink.inc.php
│   │   │           │   │   ├── text_plain__link.inc.php
│   │   │           │   │   ├── text_plain__longToIpv4.inc.php
│   │   │           │   │   ├── text_plain__sql.inc.php
│   │   │           │   │   └── text_plain__substr.inc.php
│   │   │           │   ├── transformations.lib.php
│   │   │           │   ├── url_generating.lib.php
│   │   │           │   ├── user_preferences.inc.php
│   │   │           │   ├── user_preferences.lib.php
│   │   │           │   ├── vendor_config.php
│   │   │           │   ├── zip.lib.php
│   │   │           │   └── zip_extension.lib.php
│   │   │           ├── license.php
│   │   │           ├── locale
│   │   │           │   ├── en_GB
│   │   │           │   │   └── LC_MESSAGES
│   │   │           │   │       └── phpmyadmin.mo
│   │   │           │   ├── zh_CN
│   │   │           │   │   └── LC_MESSAGES
│   │   │           │   │       └── phpmyadmin.mo
│   │   │           │   └── zh_TW
│   │   │           │       └── LC_MESSAGES
│   │   │           │           └── phpmyadmin.mo
│   │   │           ├── main.php
│   │   │           ├── navigation.php
│   │   │           ├── phpinfo.php
│   │   │           ├── phpmyadmin.css.php
│   │   │           ├── phpunit.xml.nocoverage
│   │   │           ├── pmd_display_field.php
│   │   │           ├── pmd_general.php
│   │   │           ├── pmd_pdf.php
│   │   │           ├── pmd_relation_new.php
│   │   │           ├── pmd_relation_upd.php
│   │   │           ├── pmd_save_pos.php
│   │   │           ├── prefs_forms.php
│   │   │           ├── prefs_manage.php
│   │   │           ├── print.css
│   │   │           ├── querywindow.php
│   │   │           ├── robots.txt
│   │   │           ├── schema_edit.php
│   │   │           ├── schema_export.php
│   │   │           ├── server_binlog.php
│   │   │           ├── server_collations.php
│   │   │           ├── server_databases.php
│   │   │           ├── server_engines.php
│   │   │           ├── server_export.php
│   │   │           ├── server_import.php
│   │   │           ├── server_plugins.php
│   │   │           ├── server_privileges.php
│   │   │           ├── server_replication.php
│   │   │           ├── server_sql.php
│   │   │           ├── server_status.php
│   │   │           ├── server_synchronize.php
│   │   │           ├── server_variables.php
│   │   │           ├── setup
│   │   │           │   ├── config.php
│   │   │           │   ├── frames
│   │   │           │   │   ├── config.inc.php
│   │   │           │   │   ├── form.inc.php
│   │   │           │   │   ├── index.inc.php
│   │   │           │   │   ├── menu.inc.php
│   │   │           │   │   └── servers.inc.php
│   │   │           │   ├── index.php
│   │   │           │   ├── lib
│   │   │           │   │   ├── ConfigGenerator.class.php
│   │   │           │   │   ├── common.inc.php
│   │   │           │   │   ├── form_processing.lib.php
│   │   │           │   │   └── index.lib.php
│   │   │           │   ├── scripts.js
│   │   │           │   ├── styles.css
│   │   │           │   └── validate.php
│   │   │           ├── show_config_errors.php
│   │   │           ├── sql.php
│   │   │           ├── tbl_addfield.php
│   │   │           ├── tbl_alter.php
│   │   │           ├── tbl_change.php
│   │   │           ├── tbl_chart.php
│   │   │           ├── tbl_create.php
│   │   │           ├── tbl_export.php
│   │   │           ├── tbl_get_field.php
│   │   │           ├── tbl_gis_visualization.php
│   │   │           ├── tbl_import.php
│   │   │           ├── tbl_indexes.php
│   │   │           ├── tbl_move_copy.php
│   │   │           ├── tbl_operations.php
│   │   │           ├── tbl_printview.php
│   │   │           ├── tbl_relation.php
│   │   │           ├── tbl_replace.php
│   │   │           ├── tbl_row_action.php
│   │   │           ├── tbl_select.php
│   │   │           ├── tbl_sql.php
│   │   │           ├── tbl_structure.php
│   │   │           ├── tbl_tracking.php
│   │   │           ├── tbl_triggers.php
│   │   │           ├── tbl_zoom_select.php
│   │   │           ├── themes
│   │   │           │   ├── dot.gif
│   │   │           │   ├── original
│   │   │           │   │   ├── css
│   │   │           │   │   │   ├── theme_left.css.php
│   │   │           │   │   │   ├── theme_print.css.php
│   │   │           │   │   │   └── theme_right.css.php
│   │   │           │   │   ├── img
│   │   │           │   │   │   ├── ajax_clock_small.gif
│   │   │           │   │   │   ├── arrow_ltr.png
│   │   │           │   │   │   ├── arrow_rtl.png
│   │   │           │   │   │   ├── b_bookmark.png
│   │   │           │   │   │   ├── b_browse.png
│   │   │           │   │   │   ├── b_calendar.png
│   │   │           │   │   │   ├── b_chart.png
│   │   │           │   │   │   ├── b_close.png
│   │   │           │   │   │   ├── b_comment.png
│   │   │           │   │   │   ├── b_dbstatistics.png
│   │   │           │   │   │   ├── b_deltbl.png
│   │   │           │   │   │   ├── b_docs.png
│   │   │           │   │   │   ├── b_drop.png
│   │   │           │   │   │   ├── b_edit.png
│   │   │           │   │   │   ├── b_empty.png
│   │   │           │   │   │   ├── b_engine.png
│   │   │           │   │   │   ├── b_event_add.png
│   │   │           │   │   │   ├── b_events.png
│   │   │           │   │   │   ├── b_export.png
│   │   │           │   │   │   ├── b_ftext.png
│   │   │           │   │   │   ├── b_globe.gif
│   │   │           │   │   │   ├── b_help.png
│   │   │           │   │   │   ├── b_home.png
│   │   │           │   │   │   ├── b_import.png
│   │   │           │   │   │   ├── b_index.png
│   │   │           │   │   │   ├── b_info.png
│   │   │           │   │   │   ├── b_inline_edit.png
│   │   │           │   │   │   ├── b_insrow.png
│   │   │           │   │   │   ├── b_minus.png
│   │   │           │   │   │   ├── b_more.png
│   │   │           │   │   │   ├── b_newdb.png
│   │   │           │   │   │   ├── b_newtbl.png
│   │   │           │   │   │   ├── b_nextpage.png
│   │   │           │   │   │   ├── b_plus.png
│   │   │           │   │   │   ├── b_primary.png
│   │   │           │   │   │   ├── b_print.png
│   │   │           │   │   │   ├── b_props.png
│   │   │           │   │   │   ├── b_relations.png
│   │   │           │   │   │   ├── b_routine_add.png
│   │   │           │   │   │   ├── b_routines.png
│   │   │           │   │   │   ├── b_save.png
│   │   │           │   │   │   ├── b_sbrowse.png
│   │   │           │   │   │   ├── b_search.png
│   │   │           │   │   │   ├── b_selboard.png
│   │   │           │   │   │   ├── b_select.png
│   │   │           │   │   │   ├── b_snewtbl.png
│   │   │           │   │   │   ├── b_spatial.png
│   │   │           │   │   │   ├── b_sql.png
│   │   │           │   │   │   ├── b_sqlhelp.png
│   │   │           │   │   │   ├── b_tblanalyse.png
│   │   │           │   │   │   ├── b_tblexport.png
│   │   │           │   │   │   ├── b_tblimport.png
│   │   │           │   │   │   ├── b_tblops.png
│   │   │           │   │   │   ├── b_tbloptimize.png
│   │   │           │   │   │   ├── b_tipp.png
│   │   │           │   │   │   ├── b_trigger_add.png
│   │   │           │   │   │   ├── b_triggers.png
│   │   │           │   │   │   ├── b_unique.png
│   │   │           │   │   │   ├── b_usradd.png
│   │   │           │   │   │   ├── b_usrcheck.png
│   │   │           │   │   │   ├── b_usrdrop.png
│   │   │           │   │   │   ├── b_usredit.png
│   │   │           │   │   │   ├── b_usrlist.png
│   │   │           │   │   │   ├── b_view.png
│   │   │           │   │   │   ├── b_views.png
│   │   │           │   │   │   ├── bd_browse.png
│   │   │           │   │   │   ├── bd_deltbl.png
│   │   │           │   │   │   ├── bd_drop.png
│   │   │           │   │   │   ├── bd_edit.png
│   │   │           │   │   │   ├── bd_empty.png
│   │   │           │   │   │   ├── bd_export.png
│   │   │           │   │   │   ├── bd_ftext.png
│   │   │           │   │   │   ├── bd_index.png
│   │   │           │   │   │   ├── bd_insrow.png
│   │   │           │   │   │   ├── bd_nextpage.png
│   │   │           │   │   │   ├── bd_primary.png
│   │   │           │   │   │   ├── bd_sbrowse.png
│   │   │           │   │   │   ├── bd_select.png
│   │   │           │   │   │   ├── bd_spatial.png
│   │   │           │   │   │   ├── bd_unique.png
│   │   │           │   │   │   ├── cleardot.gif
│   │   │           │   │   │   ├── col_drop.png
│   │   │           │   │   │   ├── col_pointer.png
│   │   │           │   │   │   ├── col_pointer_ver.png
│   │   │           │   │   │   ├── docs_menu_bg.png
│   │   │           │   │   │   ├── east-mini.png
│   │   │           │   │   │   ├── error.ico
│   │   │           │   │   │   ├── eye.png
│   │   │           │   │   │   ├── eye_grey.png
│   │   │           │   │   │   ├── item_ltr.png
│   │   │           │   │   │   ├── item_rtl.png
│   │   │           │   │   │   ├── logo_left.png
│   │   │           │   │   │   ├── logo_right.png
│   │   │           │   │   │   ├── more.png
│   │   │           │   │   │   ├── new_data.png
│   │   │           │   │   │   ├── new_data_hovered.png
│   │   │           │   │   │   ├── new_data_selected.png
│   │   │           │   │   │   ├── new_data_selected_hovered.png
│   │   │           │   │   │   ├── new_struct.png
│   │   │           │   │   │   ├── new_struct_hovered.png
│   │   │           │   │   │   ├── new_struct_selected.png
│   │   │           │   │   │   ├── new_struct_selected_hovered.png
│   │   │           │   │   │   ├── north-mini.png
│   │   │           │   │   │   ├── pause.png
│   │   │           │   │   │   ├── play.png
│   │   │           │   │   │   ├── pmd
│   │   │           │   │   │   │   ├── 1.png
│   │   │           │   │   │   │   ├── 2.png
│   │   │           │   │   │   │   ├── 2leftarrow.png
│   │   │           │   │   │   │   ├── 2leftarrow_m.png
│   │   │           │   │   │   │   ├── 2rightarrow.png
│   │   │           │   │   │   │   ├── 2rightarrow_m.png
│   │   │           │   │   │   │   ├── 3.png
│   │   │           │   │   │   │   ├── 4.png
│   │   │           │   │   │   │   ├── 5.png
│   │   │           │   │   │   │   ├── 6.png
│   │   │           │   │   │   │   ├── 7.png
│   │   │           │   │   │   │   ├── 8.png
│   │   │           │   │   │   │   ├── FieldKey_small.png
│   │   │           │   │   │   │   ├── Field_small.png
│   │   │           │   │   │   │   ├── Field_small_char.png
│   │   │           │   │   │   │   ├── Field_small_date.png
│   │   │           │   │   │   │   ├── Field_small_int.png
│   │   │           │   │   │   │   ├── Header.png
│   │   │           │   │   │   │   ├── Header_Linked.png
│   │   │           │   │   │   │   ├── and_icon.png
│   │   │           │   │   │   │   ├── ang_direct.png
│   │   │           │   │   │   │   ├── bord.png
│   │   │           │   │   │   │   ├── bottom.png
│   │   │           │   │   │   │   ├── def.png
│   │   │           │   │   │   │   ├── display_field.png
│   │   │           │   │   │   │   ├── downarrow1.png
│   │   │           │   │   │   │   ├── downarrow2.png
│   │   │           │   │   │   │   ├── downarrow2_m.png
│   │   │           │   │   │   │   ├── exec.png
│   │   │           │   │   │   │   ├── exec_small.png
│   │   │           │   │   │   │   ├── favicon.ico
│   │   │           │   │   │   │   ├── grid.png
│   │   │           │   │   │   │   ├── help.png
│   │   │           │   │   │   │   ├── help_relation.png
│   │   │           │   │   │   │   ├── left_panel_butt.png
│   │   │           │   │   │   │   ├── left_panel_tab.png
│   │   │           │   │   │   │   ├── minus.png
│   │   │           │   │   │   │   ├── or_icon.png
│   │   │           │   │   │   │   ├── pdf.png
│   │   │           │   │   │   │   ├── plus.png
│   │   │           │   │   │   │   ├── query_builder.png
│   │   │           │   │   │   │   ├── relation.png
│   │   │           │   │   │   │   ├── reload.png
│   │   │           │   │   │   │   ├── resize.png
│   │   │           │   │   │   │   ├── rightarrow1.png
│   │   │           │   │   │   │   ├── rightarrow2.png
│   │   │           │   │   │   │   ├── save.png
│   │   │           │   │   │   │   ├── small_tab.png
│   │   │           │   │   │   │   ├── table.png
│   │   │           │   │   │   │   ├── toggle_lines.png
│   │   │           │   │   │   │   ├── top_panel.png
│   │   │           │   │   │   │   └── uparrow2_m.png
│   │   │           │   │   │   ├── s_asc.png
│   │   │           │   │   │   ├── s_asci.png
│   │   │           │   │   │   ├── s_attention.png
│   │   │           │   │   │   ├── s_cancel.png
│   │   │           │   │   │   ├── s_cog.png
│   │   │           │   │   │   ├── s_db.png
│   │   │           │   │   │   ├── s_desc.png
│   │   │           │   │   │   ├── s_error.png
│   │   │           │   │   │   ├── s_error2.png
│   │   │           │   │   │   ├── s_fulltext.png
│   │   │           │   │   │   ├── s_host.png
│   │   │           │   │   │   ├── s_info.png
│   │   │           │   │   │   ├── s_lang.png
│   │   │           │   │   │   ├── s_loggoff.png
│   │   │           │   │   │   ├── s_notice.png
│   │   │           │   │   │   ├── s_okay.png
│   │   │           │   │   │   ├── s_partialtext.png
│   │   │           │   │   │   ├── s_passwd.png
│   │   │           │   │   │   ├── s_process.png
│   │   │           │   │   │   ├── s_really.png
│   │   │           │   │   │   ├── s_reload.png
│   │   │           │   │   │   ├── s_replication.png
│   │   │           │   │   │   ├── s_rights.png
│   │   │           │   │   │   ├── s_sortable.png
│   │   │           │   │   │   ├── s_status.png
│   │   │           │   │   │   ├── s_success.png
│   │   │           │   │   │   ├── s_sync.png
│   │   │           │   │   │   ├── s_tbl.png
│   │   │           │   │   │   ├── s_theme.png
│   │   │           │   │   │   ├── s_vars.png
│   │   │           │   │   │   ├── s_views.png
│   │   │           │   │   │   ├── south-mini.png
│   │   │           │   │   │   ├── spacer.png
│   │   │           │   │   │   ├── sprites.png
│   │   │           │   │   │   ├── toggle-ltr.png
│   │   │           │   │   │   ├── toggle-rtl.png
│   │   │           │   │   │   ├── vertical_line.png
│   │   │           │   │   │   ├── west-mini.png
│   │   │           │   │   │   ├── window-new.png
│   │   │           │   │   │   ├── zoom-minus-mini.png
│   │   │           │   │   │   ├── zoom-plus-mini.png
│   │   │           │   │   │   └── zoom-world-mini.png
│   │   │           │   │   ├── info.inc.php
│   │   │           │   │   ├── jquery
│   │   │           │   │   │   ├── images
│   │   │           │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │           │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │           │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │           │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │           │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │           │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │           │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │           │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │           │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │           │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │           │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │           │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │           │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │           │   │   │   └── jquery-ui-1.8.16.custom.css
│   │   │           │   │   ├── layout.inc.php
│   │   │           │   │   ├── screen.png
│   │   │           │   │   └── sprites.lib.php
│   │   │           │   ├── pmahomme
│   │   │           │   │   ├── css
│   │   │           │   │   │   ├── theme_left.css.php
│   │   │           │   │   │   ├── theme_print.css.php
│   │   │           │   │   │   └── theme_right.css.php
│   │   │           │   │   ├── img
│   │   │           │   │   │   ├── ajax_clock_small.gif
│   │   │           │   │   │   ├── arrow_ltr.png
│   │   │           │   │   │   ├── arrow_rtl.png
│   │   │           │   │   │   ├── asc_order.png
│   │   │           │   │   │   ├── b_bookmark.png
│   │   │           │   │   │   ├── b_browse.png
│   │   │           │   │   │   ├── b_calendar.png
│   │   │           │   │   │   ├── b_chart.png
│   │   │           │   │   │   ├── b_close.png
│   │   │           │   │   │   ├── b_comment.png
│   │   │           │   │   │   ├── b_dbstatistics.png
│   │   │           │   │   │   ├── b_deltbl.png
│   │   │           │   │   │   ├── b_docs.png
│   │   │           │   │   │   ├── b_docsql.png
│   │   │           │   │   │   ├── b_drop.png
│   │   │           │   │   │   ├── b_edit.png
│   │   │           │   │   │   ├── b_empty.png
│   │   │           │   │   │   ├── b_engine.png
│   │   │           │   │   │   ├── b_event_add.png
│   │   │           │   │   │   ├── b_events.png
│   │   │           │   │   │   ├── b_export.png
│   │   │           │   │   │   ├── b_firstpage.png
│   │   │           │   │   │   ├── b_ftext.png
│   │   │           │   │   │   ├── b_globe.gif
│   │   │           │   │   │   ├── b_help.png
│   │   │           │   │   │   ├── b_home.png
│   │   │           │   │   │   ├── b_import.png
│   │   │           │   │   │   ├── b_index.png
│   │   │           │   │   │   ├── b_info.png
│   │   │           │   │   │   ├── b_inline_edit.png
│   │   │           │   │   │   ├── b_insrow.png
│   │   │           │   │   │   ├── b_lastpage.png
│   │   │           │   │   │   ├── b_minus.png
│   │   │           │   │   │   ├── b_more.png
│   │   │           │   │   │   ├── b_newdb.png
│   │   │           │   │   │   ├── b_newtbl.png
│   │   │           │   │   │   ├── b_nextpage.png
│   │   │           │   │   │   ├── b_pdfdoc.png
│   │   │           │   │   │   ├── b_plus.png
│   │   │           │   │   │   ├── b_prevpage.png
│   │   │           │   │   │   ├── b_primary.png
│   │   │           │   │   │   ├── b_print.png
│   │   │           │   │   │   ├── b_props.png
│   │   │           │   │   │   ├── b_relations.png
│   │   │           │   │   │   ├── b_routine_add.png
│   │   │           │   │   │   ├── b_routines.png
│   │   │           │   │   │   ├── b_save.png
│   │   │           │   │   │   ├── b_sbrowse.png
│   │   │           │   │   │   ├── b_sdb.png
│   │   │           │   │   │   ├── b_search.png
│   │   │           │   │   │   ├── b_selboard.png
│   │   │           │   │   │   ├── b_select.png
│   │   │           │   │   │   ├── b_snewtbl.png
│   │   │           │   │   │   ├── b_spatial.png
│   │   │           │   │   │   ├── b_sql.png
│   │   │           │   │   │   ├── b_sqldoc.png
│   │   │           │   │   │   ├── b_sqlhelp.png
│   │   │           │   │   │   ├── b_tblanalyse.png
│   │   │           │   │   │   ├── b_tblexport.png
│   │   │           │   │   │   ├── b_tblimport.png
│   │   │           │   │   │   ├── b_tblops.png
│   │   │           │   │   │   ├── b_tbloptimize.png
│   │   │           │   │   │   ├── b_tipp.png
│   │   │           │   │   │   ├── b_trigger_add.png
│   │   │           │   │   │   ├── b_triggers.png
│   │   │           │   │   │   ├── b_unique.png
│   │   │           │   │   │   ├── b_usradd.png
│   │   │           │   │   │   ├── b_usrcheck.png
│   │   │           │   │   │   ├── b_usrdrop.png
│   │   │           │   │   │   ├── b_usredit.png
│   │   │           │   │   │   ├── b_usrlist.png
│   │   │           │   │   │   ├── b_view.png
│   │   │           │   │   │   ├── b_views.png
│   │   │           │   │   │   ├── bd_browse.png
│   │   │           │   │   │   ├── bd_deltbl.png
│   │   │           │   │   │   ├── bd_drop.png
│   │   │           │   │   │   ├── bd_edit.png
│   │   │           │   │   │   ├── bd_empty.png
│   │   │           │   │   │   ├── bd_export.png
│   │   │           │   │   │   ├── bd_firstpage.png
│   │   │           │   │   │   ├── bd_ftext.png
│   │   │           │   │   │   ├── bd_index.png
│   │   │           │   │   │   ├── bd_insrow.png
│   │   │           │   │   │   ├── bd_lastpage.png
│   │   │           │   │   │   ├── bd_nextpage.png
│   │   │           │   │   │   ├── bd_prevpage.png
│   │   │           │   │   │   ├── bd_primary.png
│   │   │           │   │   │   ├── bd_sbrowse.png
│   │   │           │   │   │   ├── bd_select.png
│   │   │           │   │   │   ├── bd_spatial.png
│   │   │           │   │   │   ├── bd_unique.png
│   │   │           │   │   │   ├── body_bg.png
│   │   │           │   │   │   ├── col_drop.png
│   │   │           │   │   │   ├── col_pointer.png
│   │   │           │   │   │   ├── col_pointer_ver.png
│   │   │           │   │   │   ├── database.png
│   │   │           │   │   │   ├── database_list_li_hover.png
│   │   │           │   │   │   ├── docs_menu_bg.png
│   │   │           │   │   │   ├── east-mini.png
│   │   │           │   │   │   ├── error.ico
│   │   │           │   │   │   ├── eye.png
│   │   │           │   │   │   ├── eye_grey.png
│   │   │           │   │   │   ├── input_bg.gif
│   │   │           │   │   │   ├── item.png
│   │   │           │   │   │   ├── item_ltr.png
│   │   │           │   │   │   ├── item_rtl.png
│   │   │           │   │   │   ├── left_nav_bg.png
│   │   │           │   │   │   ├── logo_left.png
│   │   │           │   │   │   ├── logo_right.png
│   │   │           │   │   │   ├── marked_bg.png
│   │   │           │   │   │   ├── more.png
│   │   │           │   │   │   ├── new_data.png
│   │   │           │   │   │   ├── new_data_hovered.png
│   │   │           │   │   │   ├── new_data_selected.png
│   │   │           │   │   │   ├── new_data_selected_hovered.png
│   │   │           │   │   │   ├── new_struct.png
│   │   │           │   │   │   ├── new_struct_hovered.png
│   │   │           │   │   │   ├── new_struct_selected.png
│   │   │           │   │   │   ├── new_struct_selected_hovered.png
│   │   │           │   │   │   ├── north-mini.png
│   │   │           │   │   │   ├── pause.png
│   │   │           │   │   │   ├── php_sym.png
│   │   │           │   │   │   ├── play.png
│   │   │           │   │   │   ├── pma_logo2.png
│   │   │           │   │   │   ├── pmd
│   │   │           │   │   │   │   ├── 1.png
│   │   │           │   │   │   │   ├── 2.png
│   │   │           │   │   │   │   ├── 2leftarrow.png
│   │   │           │   │   │   │   ├── 2leftarrow_m.png
│   │   │           │   │   │   │   ├── 2rightarrow.png
│   │   │           │   │   │   │   ├── 2rightarrow_m.png
│   │   │           │   │   │   │   ├── 3.png
│   │   │           │   │   │   │   ├── 4.png
│   │   │           │   │   │   │   ├── 5.png
│   │   │           │   │   │   │   ├── 6.png
│   │   │           │   │   │   │   ├── 7.png
│   │   │           │   │   │   │   ├── 8.png
│   │   │           │   │   │   │   ├── FieldKey_small.png
│   │   │           │   │   │   │   ├── Field_small.png
│   │   │           │   │   │   │   ├── Field_small_char.png
│   │   │           │   │   │   │   ├── Field_small_date.png
│   │   │           │   │   │   │   ├── Field_small_int.png
│   │   │           │   │   │   │   ├── Header.png
│   │   │           │   │   │   │   ├── Header_Linked.png
│   │   │           │   │   │   │   ├── and_icon.png
│   │   │           │   │   │   │   ├── ang_direct.png
│   │   │           │   │   │   │   ├── bord.png
│   │   │           │   │   │   │   ├── bottom.png
│   │   │           │   │   │   │   ├── def.png
│   │   │           │   │   │   │   ├── display_field.png
│   │   │           │   │   │   │   ├── downarrow1.png
│   │   │           │   │   │   │   ├── downarrow2.png
│   │   │           │   │   │   │   ├── downarrow2_m.png
│   │   │           │   │   │   │   ├── exec.png
│   │   │           │   │   │   │   ├── exec_small.png
│   │   │           │   │   │   │   ├── favicon.ico
│   │   │           │   │   │   │   ├── grid.png
│   │   │           │   │   │   │   ├── help.png
│   │   │           │   │   │   │   ├── help_relation.png
│   │   │           │   │   │   │   ├── left_panel_butt.png
│   │   │           │   │   │   │   ├── left_panel_tab.png
│   │   │           │   │   │   │   ├── minus.png
│   │   │           │   │   │   │   ├── or_icon.png
│   │   │           │   │   │   │   ├── pdf.png
│   │   │           │   │   │   │   ├── plus.png
│   │   │           │   │   │   │   ├── query_builder.png
│   │   │           │   │   │   │   ├── relation.png
│   │   │           │   │   │   │   ├── reload.png
│   │   │           │   │   │   │   ├── resize.png
│   │   │           │   │   │   │   ├── rightarrow1.png
│   │   │           │   │   │   │   ├── rightarrow2.png
│   │   │           │   │   │   │   ├── save.png
│   │   │           │   │   │   │   ├── small_tab.png
│   │   │           │   │   │   │   ├── table.png
│   │   │           │   │   │   │   ├── toggle_lines.png
│   │   │           │   │   │   │   ├── top_panel.png
│   │   │           │   │   │   │   └── uparrow2_m.png
│   │   │           │   │   │   ├── s_asc.png
│   │   │           │   │   │   ├── s_asci.png
│   │   │           │   │   │   ├── s_attention.png
│   │   │           │   │   │   ├── s_cancel.png
│   │   │           │   │   │   ├── s_cancel2.png
│   │   │           │   │   │   ├── s_cog.png
│   │   │           │   │   │   ├── s_db.png
│   │   │           │   │   │   ├── s_desc.png
│   │   │           │   │   │   ├── s_error.png
│   │   │           │   │   │   ├── s_error2.png
│   │   │           │   │   │   ├── s_fulltext.png
│   │   │           │   │   │   ├── s_host.png
│   │   │           │   │   │   ├── s_info.png
│   │   │           │   │   │   ├── s_lang.png
│   │   │           │   │   │   ├── s_loggoff.png
│   │   │           │   │   │   ├── s_notice.png
│   │   │           │   │   │   ├── s_okay.png
│   │   │           │   │   │   ├── s_partialtext.png
│   │   │           │   │   │   ├── s_passwd.png
│   │   │           │   │   │   ├── s_process.png
│   │   │           │   │   │   ├── s_really.png
│   │   │           │   │   │   ├── s_reload.png
│   │   │           │   │   │   ├── s_replication.png
│   │   │           │   │   │   ├── s_rights.png
│   │   │           │   │   │   ├── s_sortable.png
│   │   │           │   │   │   ├── s_status.png
│   │   │           │   │   │   ├── s_success.png
│   │   │           │   │   │   ├── s_sync.png
│   │   │           │   │   │   ├── s_tbl.png
│   │   │           │   │   │   ├── s_theme.png
│   │   │           │   │   │   ├── s_vars.png
│   │   │           │   │   │   ├── s_views.png
│   │   │           │   │   │   ├── south-mini.png
│   │   │           │   │   │   ├── spacer.png
│   │   │           │   │   │   ├── sprites.png
│   │   │           │   │   │   ├── tab_bg.png
│   │   │           │   │   │   ├── tab_hover_bg.png
│   │   │           │   │   │   ├── tabactive_bg.png
│   │   │           │   │   │   ├── toggle-ltr.png
│   │   │           │   │   │   ├── toggle-rtl.png
│   │   │           │   │   │   ├── vertical_line.png
│   │   │           │   │   │   ├── west-mini.png
│   │   │           │   │   │   ├── window-new.png
│   │   │           │   │   │   ├── zoom-minus-mini.png
│   │   │           │   │   │   ├── zoom-plus-mini.png
│   │   │           │   │   │   └── zoom-world-mini.png
│   │   │           │   │   ├── info.inc.php
│   │   │           │   │   ├── jquery
│   │   │           │   │   │   ├── images
│   │   │           │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │           │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │           │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │           │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │           │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │           │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │           │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │           │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │           │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │           │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │           │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │           │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │           │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │           │   │   │   └── jquery-ui-1.8.16.custom.css
│   │   │           │   │   ├── layout.inc.php
│   │   │           │   │   ├── screen.png
│   │   │           │   │   └── sprites.lib.php
│   │   │           │   ├── sprites.css.php
│   │   │           │   └── svg_gradient.php
│   │   │           ├── themes.php
│   │   │           ├── transformation_overview.php
│   │   │           ├── transformation_wrapper.php
│   │   │           ├── url.php
│   │   │           ├── user_password.php
│   │   │           ├── version_check.php
│   │   │           ├── view_create.php
│   │   │           ├── view_operations.php
│   │   │           └── webapp.php
│   │   ├── Think
│   │   │   ├── App.class.php
│   │   │   ├── Behavior.class.php
│   │   │   ├── Build.class.php
│   │   │   ├── Cache
│   │   │   │   └── Driver
│   │   │   │       ├── Apachenote.class.php
│   │   │   │       ├── Apc.class.php
│   │   │   │       ├── Db.class.php
│   │   │   │       ├── Eaccelerator.class.php
│   │   │   │       ├── File.class.php
│   │   │   │       ├── Memcache.class.php
│   │   │   │       ├── Memcached.class.php
│   │   │   │       ├── Memcachesae.class.php
│   │   │   │       ├── Redis.class.php
│   │   │   │       ├── Shmop.class.php
│   │   │   │       ├── Sqlite.class.php
│   │   │   │       ├── Wincache.class.php
│   │   │   │       └── Xcache.class.php
│   │   │   ├── Cache.class.php
│   │   │   ├── Controller
│   │   │   │   └── RestController.class.php
│   │   │   ├── Controller.class.php
│   │   │   ├── Db
│   │   │   │   ├── Driver
│   │   │   │   │   ├── Firebird.class.php
│   │   │   │   │   ├── Mongo.class.php
│   │   │   │   │   ├── Mysql.class.php
│   │   │   │   │   ├── Oracle.class.php
│   │   │   │   │   ├── Pgsql.class.php
│   │   │   │   │   ├── Sqlite.class.php
│   │   │   │   │   └── Sqlsrv.class.php
│   │   │   │   ├── Driver.class.php
│   │   │   │   └── Lite.class.php
│   │   │   ├── Db.class.php
│   │   │   ├── Dispatcher.class.php
│   │   │   ├── Exception.class.php
│   │   │   ├── Hook.class.php
│   │   │   ├── Log
│   │   │   │   └── Driver
│   │   │   │       ├── File.class.php
│   │   │   │       └── Sae.class.php
│   │   │   ├── Log.class.php
│   │   │   ├── Model.class.php
│   │   │   ├── Page.class.php
│   │   │   ├── Page2.class.php
│   │   │   ├── Route.class.php
│   │   │   ├── Storage
│   │   │   │   └── Driver
│   │   │   │       ├── File.class.php
│   │   │   │       ├── Sae.class.php
│   │   │   │       └── fileadmin
│   │   │   │           ├── 404.php
│   │   │   │           ├── admin.php
│   │   │   │           ├── auto.php
│   │   │   │           ├── autocp.php
│   │   │   │           ├── autopk.php
│   │   │   │           ├── chmod.php
│   │   │   │           ├── config.php
│   │   │   │           ├── copy.php
│   │   │   │           ├── create.php
│   │   │   │           ├── delete.php
│   │   │   │           ├── dget.php
│   │   │   │           ├── editor.php
│   │   │   │           ├── file.php
│   │   │   │           ├── flist.php
│   │   │   │           ├── index.php
│   │   │   │           ├── kernel.php
│   │   │   │           ├── mail.php
│   │   │   │           ├── mbconv.php
│   │   │   │           ├── move.php
│   │   │   │           ├── multiple.php
│   │   │   │           ├── pclzip.php
│   │   │   │           ├── perms.php
│   │   │   │           ├── pkzip.php
│   │   │   │           ├── readme.txt
│   │   │   │           ├── rename.php
│   │   │   │           ├── shell.php
│   │   │   │           ├── style.css
│   │   │   │           ├── system.php
│   │   │   │           ├── tarcls.php
│   │   │   │           ├── unpack.php
│   │   │   │           ├── unzip.php
│   │   │   │           ├── upload.php
│   │   │   │           ├── view.php
│   │   │   │           └── xhtml.php
│   │   │   ├── Storage.class.php
│   │   │   ├── Template
│   │   │   │   ├── Driver
│   │   │   │   │   ├── Ease.class.php
│   │   │   │   │   ├── Lite.class.php
│   │   │   │   │   ├── Mobile.class.php
│   │   │   │   │   ├── Smart.class.php
│   │   │   │   │   └── Smarty.class.php
│   │   │   │   ├── TagLib
│   │   │   │   │   ├── Cx.class.php
│   │   │   │   │   └── Html.class.php
│   │   │   │   └── TagLib.class.php
│   │   │   ├── Template.class.php
│   │   │   ├── Think.class.php
│   │   │   ├── Upload
│   │   │   │   └── Driver
│   │   │   │       ├── Bcs
│   │   │   │       │   ├── bcs.class.php
│   │   │   │       │   ├── mimetypes.class.php
│   │   │   │       │   └── requestcore.class.php
│   │   │   │       ├── Bcs.class.php
│   │   │   │       ├── Ftp.class.php
│   │   │   │       ├── Local.class.php
│   │   │   │       ├── Qiniu
│   │   │   │       │   └── QiniuStorage.class.php
│   │   │   │       ├── Qiniu.class.php
│   │   │   │       ├── Sae.class.php
│   │   │   │       └── Upyun.class.php
│   │   │   ├── Upload.class.php
│   │   │   └── View.class.php
│   │   ├── Vendor
│   │   │   ├── GeeTest
│   │   │   │   ├── config.php
│   │   │   │   └── geetestlib.php
│   │   │   ├── README.txt
│   │   │   └── WechatPaySdk
│   │   │       ├── SDKRuntimeException.php
│   │   │       ├── WxPay.pub.config.php
│   │   │       └── WxPayPubHelper.php
│   │   └── WechatSdk
│   │       ├── JsSdk.class.php
│   │       ├── SDKRuntimeException.php
│   │       ├── Wechat.class.php
│   │       ├── WxPay.pub.config.php
│   │       └── WxPayPubHelper.php
│   ├── Mode
│   │   └── common.php
│   ├── ThinkPHP.php
│   ├── Tpl
│   │   ├── dispatch_jump.tpl
│   │   ├── page_trace.tpl
│   │   └── think_exception.tpl
│   └── logo.png
├── Uploads
│   ├── Pictures
│   │   ├── 20170805
│   │   │   ├── 59855e72c8a64.jpg
│   │   │   └── 59856613eff0c.jpg
│   │   ├── 20170827
│   │   │   └── 59a1d225dc7e4.jpg
│   │   ├── 20170830
│   │   │   ├── 59a6c50b4a439.jpg
│   │   │   └── 59a6cceec94ce.jpg
│   │   ├── 20171030
│   │   │   └── 59f68dfa55580.png
│   │   └── index.html
│   └── withdraw
│       ├── 593ab14e5693e.jpg
│       ├── 593f686cbc0fb.jpg
│       ├── IMG_0352.JPG
│       ├── IMG_0782.PNG
│       ├── IMG_2688.JPG
│       ├── IMG_3476.JPG
│       ├── Screenshot_2017-08-04-16-09-53.png
│       ├── da_1484800984021.jpeg
│       ├── image.jpg
│       ├── image.png
│       ├── magazine-unlock-03-2.3.696-_831651059448454aae62a445605c8d57.jpg
│       ├── mm_facetoface_collect_qrcode_1504085383490.png
│       ├── mm_facetoface_collect_qrcode_1504086039460.png
│       └── mm_facetoface_collect_qrcode_1504090163214.png
├── bf
├── cacert.pem
├── img
│   ├── a0.png
│   ├── a1.png
│   ├── a2.png
│   ├── a3.png
│   ├── a4.png
│   ├── a5.png
│   ├── a6.png
│   ├── a7.png
│   ├── a8.png
│   └── a9.png
├── index.php
├── ldhlog
│   ├── 666.php
│   ├── aa.php
│   ├── dioan.php
│   ├── ldh_log.php
│   ├── pay_count.php
│   ├── pay_count1.php
│   ├── pay_log.php
│   ├── qiye.php
│   ├── sql.php
│   ├── sql2.php
│   └── sql3.php
├── shoukuanla
│   ├── alipaycfg.php
│   ├── class
│   │   ├── ShoukuanlaBase.class.php
│   │   ├── ShoukuanlaDb.class.php
│   │   ├── ShoukuanlaDbi.class.php
│   │   ├── Verify
│   │   │   ├── bgs
│   │   │   │   ├── 1.jpg
│   │   │   │   ├── 2.jpg
│   │   │   │   ├── 3.jpg
│   │   │   │   ├── 4.jpg
│   │   │   │   ├── 5.jpg
│   │   │   │   ├── 6.jpg
│   │   │   │   ├── 7.jpg
│   │   │   │   └── 8.jpg
│   │   │   ├── ttfs
│   │   │   │   ├── 1.ttf
│   │   │   │   ├── 2.ttf
│   │   │   │   ├── 3.ttf
│   │   │   │   ├── 4.ttf
│   │   │   │   ├── 5.ttf
│   │   │   │   └── 6.ttf
│   │   │   └── zhttfs
│   │   └── VerifyCode.class.php
│   ├── config.php
│   ├── css
│   │   └── sklcss.css
│   ├── demo.php
│   ├── function
│   │   ├── function.php
│   │   ├── skl_curl.php
│   │   ├── skl_isMobile.php
│   │   ├── skl_isWeixin.php
│   │   ├── skl_scanDirFile.php
│   │   └── skl_serverIp.php
│   ├── home
│   │   ├── controller
│   │   │   ├── Identify.class.php
│   │   │   ├── Json.class.php
│   │   │   ├── Querystatus.class.php
│   │   │   ├── Scanpay.class.php
│   │   │   ├── Selectmoney.class.php
│   │   │   ├── Shoukuanla.class.php
│   │   │   └── Verify.class.php
│   │   └── view
│   │       ├── Identify
│   │       │   └── index.php
│   │       ├── Scanpay
│   │       │   ├── alipay.php
│   │       │   ├── alipay_mobile.php
│   │       │   ├── tenpay.php
│   │       │   ├── tenpay_mobile.php
│   │       │   ├── wxpay.php
│   │       │   └── wxpay_mobile.php
│   │       ├── Selectmoney
│   │       │   └── showmoney.php
│   │       ├── Shoukuanla
│   │       │   ├── goPay.php
│   │       │   ├── pay.php
│   │       │   └── pay_mobile.php
│   │       └── error.php
│   ├── images
│   │   ├── 2r3ckfrkqs.png
│   │   ├── M9UQl3TuH.gif
│   │   ├── OzLou0mHd.png
│   │   ├── alicopy.jpg
│   │   ├── alipay.png
│   │   ├── aliqrcode
│   │   │   ├── 1000
│   │   │   │   └── 1000.01.jpg
│   │   │   ├── 150
│   │   │   │   └── 150.01.jpg
│   │   │   ├── 300
│   │   │   │   └── 300.01.jpg
│   │   │   ├── 50
│   │   │   │   └── 50.01.jpg
│   │   │   └── 500
│   │   │       └── 500.01.jpg
│   │   ├── aliqrcode.jpg
│   │   ├── clickurl.jpg
│   │   ├── copy.jpg
│   │   ├── failure.png
│   │   ├── pay.jpg
│   │   ├── select.png
│   │   ├── t13cpgxf8mxxxxxxxx.png
│   │   ├── t1asfgxdtnxxxxxxxx.png
│   │   ├── t1bdtfxfdixxxxxxxx.png
│   │   ├── t1hhfgxxvexxxxxxxx.png
│   │   ├── t1z5xfxdxmxxxxxxxx.png
│   │   ├── tenalert.png
│   │   ├── tencopy.jpg
│   │   ├── tenlogo.png
│   │   ├── tenpay.png
│   │   ├── tenpay2.png
│   │   ├── tenqrcode
│   │   │   ├── 1000
│   │   │   │   └── 1000.01.png
│   │   │   ├── 150
│   │   │   │   └── 150.01.png
│   │   │   ├── 300
│   │   │   │   └── 300.01.png
│   │   │   ├── 50
│   │   │   │   └── 50.01.png
│   │   │   └── 500
│   │   │       └── 500.01.png
│   │   ├── tenqrcode.jpg
│   │   ├── wxalert.png
│   │   ├── wxlogo.png
│   │   ├── wxpay.png
│   │   ├── wxqrcode
│   │   │   ├── 10
│   │   │   │   ├── 10.01.jpg
│   │   │   │   ├── 10.02.jpg
│   │   │   │   ├── 10.03.jpg
│   │   │   │   ├── 10.04.jpg
│   │   │   │   └── 10.05.jpg
│   │   │   ├── 100
│   │   │   │   ├── 100.01.jpg
│   │   │   │   ├── 100.02.jpg
│   │   │   │   ├── 100.03.jpg
│   │   │   │   ├── 100.04.jpg
│   │   │   │   └── 100.05.jpg
│   │   │   ├── 1000
│   │   │   │   ├── 1000.01.jpg
│   │   │   │   ├── 1000.02.jpg
│   │   │   │   ├── 1000.03.jpg
│   │   │   │   ├── 1000.04.jpg
│   │   │   │   └── 1000.05.jpg
│   │   │   ├── 20
│   │   │   │   ├── 20.01.jpg
│   │   │   │   ├── 20.02.jpg
│   │   │   │   ├── 20.03.jpg
│   │   │   │   ├── 20.04.jpg
│   │   │   │   └── 20.05.jpg
│   │   │   ├── 200
│   │   │   │   ├── 200.01.jpg
│   │   │   │   ├── 200.02.jpg
│   │   │   │   ├── 200.03.jpg
│   │   │   │   ├── 200.04.jpg
│   │   │   │   └── 200.05.jpg
│   │   │   ├── 2000
│   │   │   │   ├── 2000.01.jpg
│   │   │   │   ├── 2000.02.jpg
│   │   │   │   ├── 2000.03.jpg
│   │   │   │   ├── 2000.04.jpg
│   │   │   │   └── 2000.05.jpg
│   │   │   ├── 30
│   │   │   │   ├── 30.01.jpg
│   │   │   │   ├── 30.02.jpg
│   │   │   │   ├── 30.03.jpg
│   │   │   │   ├── 30.04.jpg
│   │   │   │   └── 30.05.jpg
│   │   │   ├── 5
│   │   │   │   ├── %APPDATA%
│   │   │   │   │   └── Microsoft
│   │   │   │   │       └── Windows
│   │   │   │   │           └── IETldCache
│   │   │   │   │               └── index.dat
│   │   │   │   ├── 5.01.jpg
│   │   │   │   ├── 5.02.jpg
│   │   │   │   ├── 5.03.jpg
│   │   │   │   ├── 5.04.jpg
│   │   │   │   └── 5.05.jpg
│   │   │   ├── 50
│   │   │   │   ├── 50.01.jpg
│   │   │   │   ├── 50.02.jpg
│   │   │   │   ├── 50.03.jpg
│   │   │   │   ├── 50.04.jpg
│   │   │   │   └── 50.05.jpg
│   │   │   └── 500
│   │   │       ├── 500.01.jpg
│   │   │       ├── 500.02.jpg
│   │   │       ├── 500.03.jpg
│   │   │       ├── 500.04.jpg
│   │   │       └── 500.05.jpg
│   │   ├── wxqrcode.png
│   │   └── wxsearch.jpg
│   ├── index.php
│   ├── js
│   │   └── jquery-1.11.3.min.js
│   ├── json.txt
│   └── smalldb.php
├── song.mp3
├── 数据库
│   └── shj.sql
├── 假装说明.txt
├── 好例子网_H5水果机源码.zip
├── 快速进入下载站.url
└── 不会安装或安装不好支持有偿服务.url

497 directories, 2719 files


实例下载地址

H5水果机源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 wenyun 发表于: 2022-07-26 08:29 28
上传了一个豆信框架,不是水果机源码。与描述不符

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警