实例介绍
淘宝上购买的,保证可用,奉献给大家 安装原版通达OA2015试用版,通达官网下载。 下载此破解补丁,解压并覆盖myoa/webroot,即可! 软件名称: Office Anywhere 2015版 皇冠集群版 对应版本的说明 版权所有: 北京通达信科科技有限公司 http://www.tongda2000.com PHP代码版本号: 8.3.150416 数据库数据版本号: 8.3.150416 通达Web核心管控服务版本: 2015.03.16 通达即时通讯服务版本: 2015.03.16 通达邮件服务版本: 2015.03.27 通达POP3服务版本: 201
【实例截图】
【核心代码】
webroot
└── webroot
├── api
│ ├── uc.php
│ └── weixinqy
│ ├── message.php
│ ├── personinfo.php
│ └── robot.php
├── general
│ ├── document
│ │ ├── assets
│ │ │ ├── checkbox.js
│ │ │ ├── doc_edit.js
│ │ │ ├── doc_list.js
│ │ │ ├── jquery-ztree-2.5.min.js
│ │ │ ├── tabs.css
│ │ │ ├── utility_doc.js
│ │ │ └── zTreeStyle.css
│ │ ├── config
│ │ │ ├── config.php
│ │ │ └── constants.php
│ │ ├── controllers
│ │ │ ├── index.html
│ │ │ ├── recv
│ │ │ │ ├── approve.php
│ │ │ │ ├── outgiving.php
│ │ │ │ ├── read.php
│ │ │ │ └── register.php
│ │ │ ├── send
│ │ │ │ ├── approve.php
│ │ │ │ ├── draft.php
│ │ │ │ ├── index.html
│ │ │ │ ├── seal.php
│ │ │ │ └── sendlist.php
│ │ │ └── setting
│ │ │ ├── config.php
│ │ │ ├── keywords.php
│ │ │ ├── priv.php
│ │ │ └── type.php
│ │ ├── errors
│ │ │ ├── error_404.php
│ │ │ ├── error_db.php
│ │ │ ├── error_general.php
│ │ │ ├── error_php.php
│ │ │ └── index.html
│ │ ├── helpers
│ │ │ ├── td_auth_helper.php
│ │ │ ├── td_doc_helper.php
│ │ │ ├── td_html_helper.php
│ │ │ └── td_utility_helper.php
│ │ ├── index.php
│ │ ├── models
│ │ │ ├── index.html
│ │ │ ├── mconfig.php
│ │ │ ├── mkeyword.php
│ │ │ ├── mpriv.php
│ │ │ ├── mrecv.php
│ │ │ ├── msend.php
│ │ │ └── mtype.php
│ │ └── views
│ │ ├── pub
│ │ │ ├── edit
│ │ │ │ ├── attach_table.php
│ │ │ │ ├── attach_view.php
│ │ │ │ ├── edit_form2.php
│ │ │ │ ├── edit_form.php
│ │ │ │ ├── footer.php
│ │ │ │ ├── header.php
│ │ │ │ ├── pub_form_value.php
│ │ │ │ ├── recv_form.php
│ │ │ │ ├── send_form.php
│ │ │ │ ├── view_form_aip_recv.php
│ │ │ │ ├── view_form_aip_send.php
│ │ │ │ └── view_form_doc.php
│ │ │ ├── list
│ │ │ │ ├── doc_new.php
│ │ │ │ ├── footer.php
│ │ │ │ ├── header.php
│ │ │ │ └── pages.php
│ │ │ ├── list.php
│ │ │ └── result.php
│ │ ├── recv
│ │ │ ├── approve_already.php
│ │ │ ├── approve_edit.php
│ │ │ ├── approve_for.php
│ │ │ ├── outgiving_already.php
│ │ │ ├── outgiving_for.php
│ │ │ ├── outgiving_view.php
│ │ │ ├── read_already.php
│ │ │ ├── read_edit.php
│ │ │ ├── read_for.php
│ │ │ ├── read_roll.php
│ │ │ ├── register_already.php
│ │ │ ├── register_edit2.php
│ │ │ ├── register_edit.php
│ │ │ └── register_for.php
│ │ ├── recv_form.php
│ │ ├── send
│ │ │ ├── approve_already.php
│ │ │ ├── approve_edit.php
│ │ │ ├── approve_for.php
│ │ │ ├── draft_already.php
│ │ │ ├── draft_edit.php
│ │ │ ├── draft_for.php
│ │ │ ├── seal_already.php
│ │ │ ├── seal_edit.php
│ │ │ ├── seal_for.php
│ │ │ ├── send_already.php
│ │ │ ├── send_for.php
│ │ │ ├── send_roll.php
│ │ │ └── send_view.php
│ │ ├── send_form.php
│ │ └── setting
│ │ ├── config.php
│ │ ├── dept_list.php
│ │ ├── form_edit.php
│ │ ├── form_view.php
│ │ ├── keywords.php
│ │ ├── recv_priv.php
│ │ ├── type_edit.php
│ │ └── type_list.php
│ └── system
│ ├── access_control
│ │ ├── index.php
│ │ ├── ip
│ │ │ ├── add.php
│ │ │ ├── delete_all.php
│ │ │ ├── delete.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── pda.php
│ │ │ └── update.php
│ │ ├── menu_top.php
│ │ └── user
│ │ ├── index.php
│ │ └── submit.php
│ ├── address
│ │ ├── index.php
│ │ ├── manage
│ │ │ ├── clear.php
│ │ │ ├── delete.php
│ │ │ ├── edit.php
│ │ │ ├── export.php
│ │ │ ├── import.php
│ │ │ ├── index.php
│ │ │ ├── insert.php
│ │ │ ├── new.php
│ │ │ ├── print.php
│ │ │ ├── submit.php
│ │ │ ├── support.php
│ │ │ └── update.php
│ │ ├── menu_top.php
│ │ └── set_field
│ │ ├── index.php
│ │ └── open_submit.php
│ ├── app
│ │ ├── app.php
│ │ ├── index.php
│ │ ├── save.php
│ │ └── upload.php
│ ├── attachment
│ │ ├── index.php
│ │ ├── menu_top.php
│ │ ├── module
│ │ │ └── index.php
│ │ ├── position
│ │ │ ├── add.php
│ │ │ ├── delete.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── new.php
│ │ │ └── update.php
│ │ └── security
│ │ ├── index.php
│ │ └── submit.php
│ ├── bbs
│ │ ├── delete.php
│ │ ├── edit.php
│ │ ├── index.php
│ │ ├── insert.php
│ │ └── update.php
│ ├── calendar
│ │ ├── index.php
│ │ └── insert.php
│ ├── censor_check
│ │ │ ├── index.php
│ │ │ ├── manage.php
│ │ │ ├── read_email.php
│ │ │ ├── search.php
│ │ │ ├── unpass.php
│ │ │ └── unpass_submit.php
│ │ ├── index.php
│ │ ├── menu_top.php
│ │ ├── mobile_sms
│ │ │ ├── index.php
│ │ │ ├── manage.php
│ │ │ ├── search.php
│ │ │ ├── unpass.php
│ │ │ └── unpass_submit.php
│ │ └── sms
│ │ ├── index.php
│ │ ├── manage.php
│ │ ├── search.php
│ │ ├── unpass.php
│ │ └── unpass_submit.php
│ ├── censor_words
│ │ ├── index.php
│ │ ├── manage
│ │ │ ├── delete_all.php
│ │ │ ├── delete.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ └── update.php
│ │ ├── menu_top.php
│ │ ├── module
│ │ │ ├── delete.php
│ │ │ ├── index.php
│ │ │ ├── new.php
│ │ │ └── submit.php
│ │ ├── new
│ │ │ ├── import.php
│ │ │ ├── index.php
│ │ │ └── submit.php
│ │ └── query
│ │ ├── delete.php
│ │ ├── export.php
│ │ ├── index.php
│ │ └── search.php
│ ├── code
│ │ ├── blank.php
│ │ ├── code_list.php
│ │ ├── delete.php
│ │ ├── edit.php
│ │ ├── func
│ │ │ ├── delete_no.php
│ │ │ ├── delete.php
│ │ │ ├── edit_no.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── insert.php
│ │ │ ├── new.php
│ │ │ ├── no_link.php
│ │ │ ├── update_no.php
│ │ │ └── update.php
│ │ ├── imp_exp
│ │ │ ├── export.php
│ │ │ ├── index.php
│ │ │ └── sql.php
│ │ ├── index.php
│ │ ├── insert.php
│ │ ├── new.php
│ │ └── update.php
│ ├── database
│ │ ├── backup_edit.php
│ │ ├── backup_now.php
│ │ ├── backup.php
│ │ ├── backup_submit.php
│ │ ├── backup_task_status.php
│ │ ├── delete_backup.php
│ │ ├── delete_task.php
│ │ ├── export.php
│ │ ├── import.php
│ │ ├── index.php
│ │ ├── list.php
│ │ ├── manage.php
│ │ ├── menu_top.php
│ │ ├── module_config.php
│ │ ├── offline_user.php
│ │ ├── online_repair.php
│ │ ├── online_user.php
│ │ ├── sql.php
│ │ ├── user_add.php
│ │ ├── user_del.php
│ │ └── user.php
│ ├── dept
│ │ ├── add.php
│ │ ├── delete.php
│ │ ├── dept_edit.php
│ │ ├── dept_list.php
│ │ ├── dept_new.php
│ │ ├── dept_resort.php
│ │ ├── dept_set
│ │ │ ├── add.php
│ │ │ ├── index.js
│ │ │ └── index.php
│ │ ├── export.php
│ │ ├── group
│ │ │ ├── delete.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── insert.php
│ │ │ ├── new.php
│ │ │ ├── set_user.php
│ │ │ ├── update.php
│ │ │ └── user_submit.php
│ │ ├── import.php
│ │ ├── index.php
│ │ ├── title.php
│ │ └── update.php
│ ├── diary
│ │ ├── index.php
│ │ └── insert.php
│ │ ├── email_tag
│ │ │ ├── add.php
│ │ │ ├── delete.php
│ │ │ ├── edit.php
│ │ │ └── index.php
│ │ ├── index.php
│ │ ├── menu_top.php
│ │ ├── name_set
│ │ │ ├── index.php
│ │ │ └── submit.php
│ │ └── submit.php
│ ├── email_tag
│ │ ├── add.php
│ │ ├── delete.php
│ │ ├── edit.php
│ │ └── index.php
│ ├── ext_dept
│ │ ├── delete.php
│ │ ├── dept_edit.php
│ │ ├── dept_list.php
│ │ ├── func.func.php
│ │ ├── index.php
│ │ ├── sync_dept.php
│ │ └── update.php
│ ├── ext_user
│ │ ├── add.php
│ │ ├── delete.php
│ │ ├── index.php
│ │ ├── manage.php
│ │ ├── menu_top.php
│ │ └── new.php
│ ├── field
│ │ ├── blank.php
│ │ ├── code_list.php
│ │ ├── define
│ │ │ ├── delete.php
│ │ │ ├── index.php
│ │ │ ├── insert.php
│ │ │ └── new.php
│ │ ├── delete.php
│ │ └── index.php
│ ├── file_folder
│ │ ├── clone.php
│ │ ├── delete.php
│ │ ├── edit.php
│ │ ├── index.php
│ │ ├── new
│ │ │ ├── index.php
│ │ │ └── submit.php
│ │ ├── set_priv
│ │ │ ├── index.php
│ │ │ ├── left.php
│ │ │ ├── menu_top.php
│ │ │ ├── set_priv.php
│ │ │ ├── set_update.php
│ │ │ ├── set_userd.php
│ │ │ ├── set_user.php
│ │ │ ├── set_users.php
│ │ │ ├── tree.php
│ │ │ └── user_submit.php
│ │ ├── show_priv
│ │ │ ├── blank.php
│ │ │ ├── by_sort.php
│ │ │ ├── by_user.php
│ │ │ ├── index.php
│ │ │ ├── menu_top.php
│ │ │ ├── user_list.php
│ │ │ └── user_sort.php
│ │ └── update.php
│ ├── im
│ │ ├── android_update
│ │ │ ├── index.php
│ │ │ └── update.php
│ │ ├── cluster
│ │ │ ├── add.php
│ │ │ ├── delete.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── new.php
│ │ │ └── update.php
│ │ ├── config
│ │ │ ├── index.php
│ │ │ └── update.php
│ │ ├── discuss
│ │ │ ├── index.php
│ │ │ └── update.php
│ │ ├── group
│ │ │ ├── index.php
│ │ │ └── set_submit.php
│ │ ├── index.php
│ │ ├── menu_top.php
│ │ └── update
│ │ ├── index.php
│ │ └── update.php
│ ├── interface
│ │ ├── counttime
│ │ │ ├── add.php
│ │ │ ├── delete.php
│ │ │ ├── index.php
│ │ │ └── new.php
│ │ ├── font_size
│ │ │ ├── index.php
│ │ │ └── submit.php
│ │ ├── index.php
│ │ ├── menu_top.php
│ │ ├── mytable
│ │ │ ├── delete.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── set_mine_to_others.php
│ │ │ ├── set.php
│ │ │ └── update.php
│ │ ├── page
│ │ │ ├── index.php
│ │ │ └── submit.php
│ │ └── title
│ │ ├── delete_attach.php
│ │ ├── index.php
│ │ ├── reset_im_logo.php
│ │ └── update.php
│ ├── log
│ │ ├── delete_all.php
│ │ ├── delete.php
│ │ ├── export.php
│ │ ├── hour.php
│ │ ├── index.php
│ │ ├── manage.php
│ │ ├── menu_top.php
│ │ ├── search.php
│ │ ├── summary.php
│ │ └── year.php
│ ├── menu
│ │ ├── blank.php
│ │ ├── delete.php
│ │ ├── edit.php
│ │ ├── func
│ │ │ ├── delete_no.php
│ │ │ ├── delete.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── insert.php
│ │ │ ├── new.php
│ │ │ ├── no_link.php
│ │ │ ├── pass_check.php
│ │ │ ├── pass_input.php
│ │ │ ├── set_priv.php
│ │ │ ├── set_priv_update.php
│ │ │ └── update.php
│ │ ├── imp_exp
│ │ │ ├── export.php
│ │ │ ├── index.php
│ │ │ └── sql.php
│ │ ├── index.php
│ │ ├── insert.php
│ │ ├── menu_list.php
│ │ ├── menu_para.php
│ │ ├── new.php
│ │ ├── para_submit.php
│ │ └── update.php
│ ├── mobile_seal
│ │ ├── check_device.php
│ │ ├── delete_device.php
│ │ ├── delete_seal.php
│ │ ├── hand_write.php
│ │ ├── index.php
│ │ ├── insert.php
│ │ ├── make_seal.php
│ │ ├── manage.php
│ │ ├── menu_top.php
│ │ ├── mobile_device_manage.php
│ │ ├── preview_seal.php
│ │ ├── seal_device.php
│ │ ├── set.php
│ │ ├── show.php
│ │ ├── show_seal.php
│ │ ├── update_hand_write.php
│ │ └── update.php
│ ├── mobile_sms
│ │ ├── delete_sms.php
│ │ ├── delete_user.php
│ │ ├── index.php
│ │ ├── menu_top.php
│ │ ├── out_priv.php
│ │ ├── receive_excel.php
│ │ ├── receive_manage.php
│ │ ├── receive_search.php
│ │ ├── remind_priv.php
│ │ ├── report.php
│ │ ├── send_excel.php
│ │ ├── send_manage.php
│ │ ├── send_search.php
│ │ ├── sms2_remind_priv.php
│ │ ├── submit1.php
│ │ ├── submit2.php
│ │ ├── submit3.php
│ │ ├── submit6.php
│ │ └── type_priv.php
│ ├── model
│ │ ├── html
│ │ │ ├── add.php
│ │ │ ├── delete.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ └── preview.php
│ │ ├── index.php
│ │ ├── menu_top.php
│ │ └── word
│ │ ├── add.php
│ │ ├── delete.php
│ │ ├── edit.php
│ │ └── index.php
│ ├── module_center
│ │ ├── get_set_val.php
│ │ ├── index.php
│ │ └── set_manage.php
│ ├── monitor
│ │ ├── add_http.php
│ │ ├── add_server.php
│ │ ├── add_services.php
│ │ ├── hardware.php
│ │ ├── http_check_url.php
│ │ ├── http_del.php
│ │ ├── http_log.php
│ │ ├── index.php
│ │ ├── menu_top.php
│ │ ├── monitor_all.php
│ │ ├── monitor_chart.php
│ │ ├── monitor_detail.php
│ │ ├── monitor_http.php
│ │ ├── monitor_util.php
│ │ ├── server_config.php
│ │ ├── server_detail.php
│ │ ├── server_edit.php
│ │ ├── service_config.php
│ │ ├── service_edit.php
│ │ └── status.php
│ ├── netdisk
│ │ ├── delete.php
│ │ ├── edit.php
│ │ ├── index.php
│ │ ├── new
│ │ │ ├── index.php
│ │ │ └── submit.php
│ │ ├── set_priv
│ │ │ ├── all_user.php
│ │ │ ├── index.php
│ │ │ ├── menu_top.php
│ │ │ ├── set_update.php
│ │ │ ├── set_user.php
│ │ │ └── user_submit.php
│ │ └── update.php
│ ├── notify
│ │ ├── index.php
│ │ └── submit.php
│ ├── picture
│ │ ├── delete.php
│ │ ├── edit.php
│ │ ├── index.php
│ │ ├── new
│ │ │ ├── index.php
│ │ │ └── submit.php
│ │ ├── set_priv
│ │ │ ├── del_submit.php
│ │ │ ├── index.php
│ │ │ ├── menu_top.php
│ │ │ ├── set_deluser.php
│ │ │ ├── set_upuser.php
│ │ │ └── up_submit.php
│ │ └── update.php
│ ├── portal
│ │ ├── content
│ │ │ ├── blank.php
│ │ │ ├── check_priv.inc.php
│ │ │ ├── column_contents.php
│ │ │ ├── column_tree.php
│ │ │ ├── delete_attach.php
│ │ │ ├── delete_link_image.php
│ │ │ ├── delete.php
│ │ │ ├── edit.php
│ │ │ ├── file
│ │ │ │ ├── delete.php
│ │ │ │ ├── edit.php
│ │ │ │ ├── index.php
│ │ │ │ ├── swfupload.php
│ │ │ │ └── update.php
│ │ │ ├── index.php
│ │ │ ├── new.php
│ │ │ ├── page
│ │ │ │ ├── delete_attach.php
│ │ │ │ ├── delete.php
│ │ │ │ ├── edit.php
│ │ │ │ ├── index.php
│ │ │ │ └── update.php
│ │ │ ├── preview.php
│ │ │ ├── submit.php
│ │ │ └── update.php
│ │ ├── setting
│ │ │ ├── check_priv.inc.php
│ │ │ ├── clean.php
│ │ │ ├── delete.php
│ │ │ ├── del_img.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── insert.php
│ │ │ ├── new.php
│ │ │ ├── priv
│ │ │ │ ├── blank.php
│ │ │ │ ├── column_tree.php
│ │ │ │ ├── index.php
│ │ │ │ ├── priv.php
│ │ │ │ └── priv_submit.php
│ │ │ └── update.php
│ │ └── template
│ │ ├── add.php
│ │ ├── clone.php
│ │ ├── column
│ │ │ ├── add.php
│ │ │ ├── delete_image.php
│ │ │ ├── delete.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── new.php
│ │ │ └── update.php
│ │ ├── copy.php
│ │ ├── delete.php
│ │ ├── edit.php
│ │ ├── index.php
│ │ ├── new.php
│ │ ├── notice.php
│ │ └── update.php
│ ├── reg_view
│ │ └── index.php
│ ├── remind
│ │ ├── index.php
│ │ └── submit.php
│ ├── res_manage
│ │ ├── index.php
│ │ ├── manage
│ │ │ ├── archive
│ │ │ │ ├── archive_config.php
│ │ │ │ ├── copy.php
│ │ │ │ ├── delete.php
│ │ │ │ ├── drop.php
│ │ │ │ └── index.php
│ │ │ ├── callback
│ │ │ │ ├── bat_res.php
│ │ │ │ ├── bat_user_res.php
│ │ │ │ ├── delete_delbox.php
│ │ │ │ ├── delete_deleted_delbox.php
│ │ │ │ ├── delete_deleted_sms.php
│ │ │ │ ├── delete_garbage_confirm.php
│ │ │ │ ├── delete_garbage.php
│ │ │ │ ├── delete_sms.php
│ │ │ │ ├── del_res.php
│ │ │ │ ├── del_user_res.php
│ │ │ │ ├── index.php
│ │ │ │ ├── result_msg.php
│ │ │ │ ├── show_delbox.php
│ │ │ │ ├── show_deleted_delbox.php
│ │ │ │ ├── show_deleted_sms.php
│ │ │ │ └── show_delete_sms.php
│ │ │ ├── compress
│ │ │ │ ├── index.php
│ │ │ │ └── update.php
│ │ │ ├── IM
│ │ │ │ ├── down.php
│ │ │ │ └── index.php
│ │ │ ├── index.php
│ │ │ ├── left.php
│ │ │ ├── office
│ │ │ │ ├── delete.php
│ │ │ │ └── index.php
│ │ │ └── set
│ │ │ ├── index.php
│ │ │ └── update.php
│ │ ├── menu_top.php
│ │ └── monitor
│ │ ├── cache.php
│ │ ├── cakeimg.php
│ │ ├── clear_data_config.inc.php
│ │ ├── clear_data.php
│ │ ├── clear_view_data.php
│ │ ├── delete_email.php
│ │ ├── delete_sms.php
│ │ ├── delete_webmail.php
│ │ ├── email.php
│ │ ├── feedback
│ │ │ ├── index.php
│ │ │ └── oa_submit.php
│ │ ├── index.php
│ │ ├── left.php
│ │ ├── module_data_statc.php
│ │ ├── query
│ │ │ ├── blank.php
│ │ │ ├── dept_res.php
│ │ │ ├── index.php
│ │ │ ├── user_list.php
│ │ │ └── user_res.php
│ │ ├── query_email.php
│ │ ├── query_sms.php
│ │ ├── read_email.php
│ │ ├── sms_inc.php
│ │ ├── sms.php
│ │ ├── space.php
│ │ └── tdimmsg
│ │ ├── check_inc.php
│ │ ├── delete_sms.php
│ │ ├── index.php
│ │ ├── menu_top.php
│ │ ├── query_im.php
│ │ ├── sms.php
│ │ ├── status.php
│ │ └── submit.php
│ ├── seal_manage
│ │ ├── clear_key.php
│ │ ├── create.php
│ │ ├── delete_log.php
│ │ ├── delete_seal.php
│ │ ├── get_cert.php
│ │ ├── get_counter.php
│ │ ├── get_info.php
│ │ ├── index.php
│ │ ├── log.php
│ │ ├── make_seal.php
│ │ ├── manage.php
│ │ ├── menu_top.php
│ │ ├── personal_create.php
│ │ ├── personal.php
│ │ ├── set.php
│ │ ├── sign_config.php
│ │ ├── update.php
│ │ ├── write_key_log.php
│ │ └── write_key.php
│ ├── secure_logs
│ │ ├── index.php
│ │ └── search.php
│ ├── secure_rule
│ │ ├── batch_audit.func.php
│ │ ├── batch_audit_man.php
│ │ ├── edit.php
│ │ ├── index1.php
│ │ ├── index2.php
│ │ ├── index3.php
│ │ ├── index.php
│ │ ├── menu_top.php
│ │ ├── pass_check_comm.php
│ │ ├── pass_check.php
│ │ ├── search.php
│ │ ├── secure_config.php
│ │ ├── secure_log.php
│ │ ├── secure_pass.php
│ │ ├── submit.php
│ │ ├── super_pass
│ │ │ ├── index.php
│ │ │ └── update.php
│ │ └── update.php
│ ├── secure_safer
│ │ ├── index.php
│ │ ├── login.php
│ │ ├── no_login.php
│ │ ├── query.php
│ │ ├── search.php
│ │ ├── select_priv.php
│ │ ├── title.php
│ │ ├── update_safer.php
│ │ ├── user_add_last.php
│ │ ├── user_edit_safer.php
│ │ ├── user_list
│ │ │ ├── index.php
│ │ │ └── tree.php
│ │ ├── user_list.php
│ │ └── user_new.php
│ ├── security
│ │ ├── index.php
│ │ ├── menu_top.php
│ │ ├── security.php
│ │ ├── security_submit.php
│ │ ├── service.php
│ │ └── service_submit.php
│ ├── status_text
│ │ ├── index.php
│ │ └── update.php
│ ├── task
│ │ ├── check_sp
│ │ │ ├── index.php
│ │ │ └── submit.php
│ │ ├── clean
│ │ │ ├── index.php
│ │ │ └── submit.php
│ │ ├── delete.php
│ │ ├── edit.php
│ │ ├── index.php
│ │ ├── office_auto
│ │ │ ├── index.php
│ │ │ └── submit.php
│ │ ├── task.php
│ │ └── update.php
│ ├── t-erplinker
│ │ ├── data_source
│ │ │ ├── delConnection.php
│ │ │ ├── field_list.php
│ │ │ ├── index.js
│ │ │ ├── index.php
│ │ │ ├── server_config.php
│ │ │ ├── server_submit.php
│ │ │ ├── source_list.php
│ │ │ ├── test_connection.php
│ │ │ └── tree.php
│ │ ├── email.css
│ │ ├── inc
│ │ │ ├── func.erp.php
│ │ │ ├── index.php
│ │ │ ├── pdo.factory.class.php
│ │ │ ├── pdo.mysql.class.php
│ │ │ ├── pdo.oracle.class.php
│ │ │ └── pdo.sqlserver.class.php
│ │ ├── loading.gif
│ │ └── table_controlbar.gif
│ ├── unit
│ │ ├── delete_attach.php
│ │ ├── dept_graph.js
│ │ ├── index.php
│ │ ├── organ_graph.php
│ │ ├── update.php
│ │ └── wz_jsgraphics.js
│ ├── urgent_notify
│ │ ├── index.php
│ │ └── update.php
│ ├── url
│ │ ├── add.php
│ │ ├── delete_all.php
│ │ ├── delete.php
│ │ ├── edit.php
│ │ ├── index.php
│ │ └── update.php
│ ├── user
│ │ ├── add.php
│ │ ├── bat_change_dept.php
│ │ ├── check_user_edit.php
│ │ ├── check_user.php
│ │ ├── create_key.php
│ │ ├── delete.php
│ │ ├── domain_sync
│ │ │ ├── index.php
│ │ │ └── submit.php
│ │ ├── exit.php
│ │ ├── exit_submit.php
│ │ ├── export.php
│ │ ├── exp_rtx.php
│ │ ├── get_key_user_info.php
│ │ ├── get_my_theme.php
│ │ ├── get_priv.php
│ │ ├── get_userinfo.php
│ │ ├── import.php
│ │ ├── index.php
│ │ ├── login.php
│ │ ├── module_priv
│ │ │ ├── index.php
│ │ │ ├── menu_left.php
│ │ │ ├── priv.php
│ │ │ └── update.php
│ │ ├── new.php
│ │ ├── no_login.php
│ │ ├── no_online.php
│ │ ├── no_pass.php
│ │ ├── query.php
│ │ ├── remind.php
│ │ ├── remind_submit.php
│ │ ├── search.php
│ │ ├── secure_card
│ │ │ ├── bind_bat.php
│ │ │ ├── bind.php
│ │ │ ├── delete.php
│ │ │ ├── disbind.php
│ │ │ ├── import.php
│ │ │ ├── index.php
│ │ │ ├── sync_key.php
│ │ │ └── template.php
│ │ ├── set.php
│ │ ├── set_update.php
│ │ ├── show_priv_menu.php
│ │ ├── temple_export.php
│ │ ├── update_1.php
│ │ ├── update.php
│ │ ├── user_add_last.php
│ │ ├── user_edit.php
│ │ ├── user_edit_safer.php
│ │ ├── user_list.php
│ │ ├── user_new_notlogin.php
│ │ └── user_new.php
│ ├── user_priv
│ │ ├── add_remove_other_priv.php
│ │ ├── add_remove_priv.php
│ │ ├── clone
│ │ │ ├── index.php
│ │ │ └── submit.php
│ │ ├── delete.php
│ │ ├── edit.php
│ │ ├── edit_priv.php
│ │ ├── export.php
│ │ ├── import.php
│ │ ├── index1.php
│ │ ├── index.php
│ │ ├── insert.php
│ │ ├── manage.php
│ │ ├── menu_top.php
│ │ ├── other_priv.php
│ │ ├── pass_check_common.php
│ │ ├── pass_check.php
│ │ ├── priv_no.php
│ │ ├── priv_no_update.php
│ │ ├── priv.php
│ │ ├── rolemanagement_delete.php
│ │ ├── rolemanagement_edit.php
│ │ ├── rolemanagement.php
│ │ ├── rolemanagement_submit.php
│ │ ├── rolemanagement_update.php
│ │ ├── show_users.php
│ │ ├── super_pass
│ │ │ ├── index.php
│ │ │ ├── pass_check_common.php
│ │ │ └── update.php
│ │ ├── update.php
│ │ └── update_priv.php
│ └── weixinqy
│ ├── basic
│ │ ├── oa_dept_list_.php
│ │ ├── oa_dept_sync.php
│ │ ├── oa_org.php
│ │ ├── oa_user_logs.php
│ │ ├── oa_user_logs_show.php
│ │ ├── oa_user.php
│ │ ├── oa_user_sync.php
│ │ ├── setting.php
│ │ ├── weixin_app_message.php
│ │ ├── weixin_app_personinfo.php
│ │ ├── weixin_app_robot.php
│ │ ├── weixin_app_sms.php
│ │ ├── weixin_dept_list.php
│ │ └── weixin_org.php
│ └── index.php
├── inc
│ ├── attach.php
│ ├── chinese_date.php
│ ├── ckeditor.class.php
│ ├── clock.php
│ ├── cluster_config.php
│ ├── cmd.inc.php
│ ├── common.inc.php
│ ├── conn.php
│ ├── cright.php
│ ├── db_dict.inc.php
│ ├── editor.php
│ ├── eml_decode.php
│ ├── emotions_config.php
│ ├── emotions.php
│ ├── erp_update.php
│ ├── ExcelReader.php
│ ├── ExcelWriter.php
│ ├── ExceptionHandlerSoapClient.php
│ ├── expi1red.php
│ ├── expired.php
│ ├── flow_hook_config.php
│ ├── flow_hook.php
│ ├── flowplayer.php
│ ├── get_keyword.php
│ ├── get_userinfo.php
│ ├── header.inc.php
│ ├── hrms_pic.php
│ ├── image_view.php
│ ├── ip2add.php
│ ├── IPLimit.php
│ ├── is_offline.php
│ ├── IWorkflow.class.php
│ ├── js_lang.php
│ ├── js_lang_utf8.php
│ ├── key_check.php
│ ├── lunar.class.php
│ ├── mb.php
│ ├── menu_left.php
│ ├── menu_map.php
│ ├── menu_top.php
│ ├── my_priv.php
│ ├── name.php
│ ├── netdisk.php
│ ├── oa_config.php
│ ├── oa_type.php
│ ├── online_all.php
│ ├── online.php
│ ├── package_static_resources.json
│ ├── package_static_resources.php
│ ├── PHPExcel.php
│ ├── phpqrcode.php
│ ├── pma
│ │ ├── browse_foreigners.php
│ │ ├── bs_change_mime_type.php
│ │ ├── bs_disp_as_mime_type.php
│ │ ├── bs_play_media.php
│ │ ├── calendar.php
│ │ ├── ChangeLog
│ │ ├── changelog.php
│ │ ├── chk_rel.php
│ │ ├── config.inc.php
│ │ ├── contrib
│ │ │ ├── packaging
│ │ │ │ └── Fedora
│ │ │ │ ├── phpMyAdmin-http.conf
│ │ │ │ └── phpMyAdmin.spec
│ │ │ ├── README
│ │ │ └── swekey.sample.conf
│ │ ├── CREDITS
│ │ ├── db_create.php
│ │ ├── db_datadict.php
│ │ ├── db_export.php
│ │ ├── db_import.php
│ │ ├── db_operations.php
│ │ ├── db_printview.php
│ │ ├── db_qbe.php
│ │ ├── db_search.php
│ │ ├── db_sql.php
│ │ ├── db_structure.php
│ │ ├── docs.css
│ │ ├── Documentation.html
│ │ ├── Documentation.txt
│ │ ├── error.php
│ │ ├── export.php
│ │ ├── import.php
│ │ ├── index.php
│ │ ├── INSTALL
│ │ ├── js
│ │ │ ├── common.js
│ │ │ ├── dom-drag.js
│ │ │ ├── functions.js
│ │ │ ├── indexes.js
│ │ │ ├── keyhandler.js
│ │ │ ├── mooRainbow
│ │ │ │ ├── images
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── moor_arrows.gif
│ │ │ │ │ ├── moor_boverlay.png
│ │ │ │ │ ├── moor_cursor.gif
│ │ │ │ │ ├── moor_slider.png
│ │ │ │ │ ├── moor_woverlay.png
│ │ │ │ │ └── rainbow.png
│ │ │ │ ├── mooRainbow.css
│ │ │ │ └── mooRainbow.js
│ │ │ ├── mootools-domready-rainbow.js
│ │ │ ├── mootools.js
│ │ │ ├── navigation.js
│ │ │ ├── querywindow.js
│ │ │ ├── server_privileges.js
│ │ │ ├── tbl_change.js
│ │ │ └── tooltip.js
│ │ ├── lang
│ │ │ ├── add_message_file.sh
│ │ │ ├── add_message.sh
│ │ │ ├── afrikaans-utf-8.inc.php
│ │ │ ├── albanian-utf-8.inc.php
│ │ │ ├── arabic-utf-8.inc.php
│ │ │ ├── azerbaijani-utf-8.inc.php
│ │ │ ├── bangla-utf-8.inc.php
│ │ │ ├── basque-utf-8.inc.php
│ │ │ ├── belarusian_cyrillic-utf-8.inc.php
│ │ │ ├── belarusian_latin-utf-8.inc.php
│ │ │ ├── bosnian-utf-8.inc.php
│ │ │ ├── brazilian_portuguese-utf-8.inc.php
│ │ │ ├── bulgarian-utf-8.inc.php
│ │ │ ├── catalan-utf-8.inc.php
│ │ │ ├── check_lang.sh
│ │ │ ├── chinese_simplified-utf-8.inc.php
│ │ │ ├── chinese_traditional-utf-8.inc.php
│ │ │ ├── croatian-utf-8.inc.php
│ │ │ ├── czech-utf-8.inc.php
│ │ │ ├── danish-utf-8.inc.php
│ │ │ ├── dutch-utf-8.inc.php
│ │ │ ├── english-utf-8.inc.php
│ │ │ ├── estonian-utf-8.inc.php
│ │ │ ├── finnish-utf-8.inc.php
│ │ │ ├── french-utf-8.inc.php
│ │ │ ├── galician-utf-8.inc.php
│ │ │ ├── georgian-utf-8.inc.php
│ │ │ ├── german-utf-8.inc.php
│ │ │ ├── greek-utf-8.inc.php
│ │ │ ├── hebrew-utf-8.inc.php
│ │ │ ├── hindi-utf-8.inc.php
│ │ │ ├── hungarian-utf-8.inc.php
│ │ │ ├── indonesian-utf-8.inc.php
│ │ │ ├── italian-utf-8.inc.php
│ │ │ ├── japanese-utf-8.inc.php
│ │ │ ├── korean-utf-8.inc.php
│ │ │ ├── latvian-utf-8.inc.php
│ │ │ ├── lithuanian-utf-8.inc.php
│ │ │ ├── macedonian_cyrillic-utf-8.inc.php
│ │ │ ├── malay-utf-8.inc.php
│ │ │ ├── mongolian-utf-8.inc.php
│ │ │ ├── norwegian-utf-8.inc.php
│ │ │ ├── persian-utf-8.inc.php
│ │ │ ├── polish-utf-8.inc.php
│ │ │ ├── portuguese-utf-8.inc.php
│ │ │ ├── remove_message.sh
│ │ │ ├── romanian-utf-8.inc.php
│ │ │ ├── russian-utf-8.inc.php
│ │ │ ├── serbian_cyrillic-utf-8.inc.php
│ │ │ ├── serbian_latin-utf-8.inc.php
│ │ │ ├── sinhala-utf-8.inc.php
│ │ │ ├── slovak-utf-8.inc.php
│ │ │ ├── slovenian-utf-8.inc.php
│ │ │ ├── sort_lang.sh
│ │ │ ├── spanish-utf-8.inc.php
│ │ │ ├── swedish-utf-8.inc.php
│ │ │ ├── tatarish-utf-8.inc.php
│ │ │ ├── thai-utf-8.inc.php
│ │ │ ├── translatecount.sh
│ │ │ ├── turkish-utf-8.inc.php
│ │ │ └── ukrainian-utf-8.inc.php
│ │ ├── libraries
│ │ │ ├── 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
│ │ │ ├── blobstreaming.lib.php
│ │ │ ├── blowfish.php
│ │ │ ├── bookmark.lib.php
│ │ │ ├── charset_conversion.lib.php
│ │ │ ├── check_user_privileges.lib.php
│ │ │ ├── cleanup.lib.php
│ │ │ ├── common.inc.php
│ │ │ ├── common.lib.php
│ │ │ ├── Config.class.php
│ │ │ ├── config.default.php
│ │ │ ├── core.lib.php
│ │ │ ├── database_interface.lib.php
│ │ │ ├── db_common.inc.php
│ │ │ ├── db_events.inc.php
│ │ │ ├── dbg
│ │ │ │ └── setup.php
│ │ │ ├── dbi
│ │ │ │ ├── mysql.dbi.lib.php
│ │ │ │ └── mysqli.dbi.lib.php
│ │ │ ├── db_info.inc.php
│ │ │ ├── db_links.inc.php
│ │ │ ├── db_routines.inc.php
│ │ │ ├── db_table_exists.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_select_lang.lib.php
│ │ │ ├── display_tbl.lib.php
│ │ │ ├── display_tbl_links.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
│ │ │ │ └── pbxt.lib.php
│ │ │ ├── Error.class.php
│ │ │ ├── Error_Handler.class.php
│ │ │ ├── export
│ │ │ │ ├── codegen.php
│ │ │ │ ├── csv.php
│ │ │ │ ├── excel.php
│ │ │ │ ├── htmlexcel.php
│ │ │ │ ├── htmlword.php
│ │ │ │ ├── latex.php
│ │ │ │ ├── ods.php
│ │ │ │ ├── odt.php
│ │ │ │ ├── pdf.php
│ │ │ │ ├── sql.php
│ │ │ │ ├── texytext.php
│ │ │ │ ├── xls.php
│ │ │ │ ├── xml.php
│ │ │ │ └── yaml.php
│ │ │ ├── File.class.php
│ │ │ ├── file_listing.php
│ │ │ ├── footer.inc.php
│ │ │ ├── grab_globals.lib.php
│ │ │ ├── header_http.inc.php
│ │ │ ├── header.inc.php
│ │ │ ├── header_meta_style.inc.php
│ │ │ ├── header_printview.inc.php
│ │ │ ├── header_scripts.inc.php
│ │ │ ├── iconv_wrapper.lib.php
│ │ │ ├── import
│ │ │ │ ├── csv.php
│ │ │ │ ├── docsql.php
│ │ │ │ ├── ldi.php
│ │ │ │ ├── README
│ │ │ │ └── sql.php
│ │ │ ├── import.lib.php
│ │ │ ├── Index.class.php
│ │ │ ├── information_schema_relations.lib.php
│ │ │ ├── ip_allow_deny.lib.php
│ │ │ ├── js_escape.lib.php
│ │ │ ├── kanji-encoding.lib.php
│ │ │ ├── List.class.php
│ │ │ ├── List_Database.class.php
│ │ │ ├── Message.class.php
│ │ │ ├── mult_submits.inc.php
│ │ │ ├── mysql_charsets.lib.php
│ │ │ ├── navigation_header.inc.php
│ │ │ ├── ob.lib.php
│ │ │ ├── opendocument.lib.php
│ │ │ ├── parse_analyze.lib.php
│ │ │ ├── Partition.class.php
│ │ │ ├── plugin_interface.lib.php
│ │ │ ├── PMA.php
│ │ │ ├── relation_cleanup.lib.php
│ │ │ ├── relation.lib.php
│ │ │ ├── sanitizing.lib.php
│ │ │ ├── select_lang.lib.php
│ │ │ ├── select_server.lib.php
│ │ │ ├── server_common.inc.php
│ │ │ ├── server_links.inc.php
│ │ │ ├── session.inc.php
│ │ │ ├── sqlparser.data.php
│ │ │ ├── sqlparser.lib.php
│ │ │ ├── sql_query_form.lib.php
│ │ │ ├── sqlvalidator.class.php
│ │ │ ├── sqlvalidator.lib.php
│ │ │ ├── StorageEngine.class.php
│ │ │ ├── string.lib.php
│ │ │ ├── string_mb.lib.php
│ │ │ ├── string_native.lib.php
│ │ │ ├── string_type_ctype.lib.php
│ │ │ ├── string_type_native.lib.php
│ │ │ ├── Table.class.php
│ │ │ ├── tbl_common.php
│ │ │ ├── tbl_info.inc.php
│ │ │ ├── tbl_links.inc.php
│ │ │ ├── tbl_properties.inc.php
│ │ │ ├── tbl_replace_fields.inc.php
│ │ │ ├── tbl_triggers.lib.php
│ │ │ ├── tcpdf
│ │ │ │ ├── font
│ │ │ │ │ ├── dejavusans-bold.ctg.z
│ │ │ │ │ ├── dejavusans-bold.z
│ │ │ │ │ ├── dejavusansb.php
│ │ │ │ │ ├── dejavusans.ctg.z
│ │ │ │ │ ├── dejavusans.php
│ │ │ │ │ ├── dejavusans.z
│ │ │ │ │ ├── dejavuserif-bold.ctg.z
│ │ │ │ │ ├── dejavuserif-bold.z
│ │ │ │ │ ├── dejavuserifb.php
│ │ │ │ │ ├── dejavuserif.ctg.z
│ │ │ │ │ ├── dejavuserif.php
│ │ │ │ │ ├── dejavuserif.z
│ │ │ │ │ └── LICENSE
│ │ │ │ ├── LICENSE.TXT
│ │ │ │ ├── tcpdf.php
│ │ │ │ └── unicode_data.php
│ │ │ ├── Theme.class.php
│ │ │ ├── Theme_Manager.class.php
│ │ │ ├── transformations
│ │ │ │ ├── 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
│ │ │ │ ├── README
│ │ │ │ ├── TEMPLATE
│ │ │ │ ├── template_generator_mimetype.sh
│ │ │ │ ├── template_generator.sh
│ │ │ │ ├── TEMPLATE_MIMETYPE
│ │ │ │ ├── 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
│ │ │ ├── zip_extension.lib.php
│ │ │ └── zip.lib.php
│ │ ├── LICENSE
│ │ ├── license.php
│ │ ├── main.php
│ │ ├── navigation.php
│ │ ├── pdf_pages.php
│ │ ├── pdf_schema.php
│ │ ├── phpinfo.php
│ │ ├── phpmyadmin.css.php
│ │ ├── pmd
│ │ │ ├── images
│ │ │ │ ├── 2leftarrow_m.png
│ │ │ │ ├── 2leftarrow.png
│ │ │ │ ├── 2rightarrow_m.png
│ │ │ │ ├── 2rightarrow.png
│ │ │ │ ├── ang_direct.png
│ │ │ │ ├── bord.png
│ │ │ │ ├── bottom.png
│ │ │ │ ├── def.png
│ │ │ │ ├── display_field.png
│ │ │ │ ├── downarrow1.png
│ │ │ │ ├── downarrow2_m.png
│ │ │ │ ├── downarrow2.png
│ │ │ │ ├── exec.png
│ │ │ │ ├── exec_small.png
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── grid.png
│ │ │ │ ├── help.png
│ │ │ │ ├── help_relation.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── relation.png
│ │ │ │ ├── reload.png
│ │ │ │ ├── resize.png
│ │ │ │ ├── rightarrow1.png
│ │ │ │ ├── rightarrow2.png
│ │ │ │ ├── save.png
│ │ │ │ ├── table.png
│ │ │ │ └── uparrow2_m.png
│ │ │ ├── scripts
│ │ │ │ ├── ajax.js
│ │ │ │ ├── iecanvas.js
│ │ │ │ └── move.js
│ │ │ └── styles
│ │ │ └── default
│ │ │ ├── images
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── 4.png
│ │ │ │ ├── 5.png
│ │ │ │ ├── 6.png
│ │ │ │ ├── 7.png
│ │ │ │ ├── 8.png
│ │ │ │ ├── FieldKey_small.png
│ │ │ │ ├── Field_small_char.png
│ │ │ │ ├── Field_small_date.png
│ │ │ │ ├── Field_small_int.png
│ │ │ │ ├── Field_small.png
│ │ │ │ ├── Header_Linked.png
│ │ │ │ ├── Header.png
│ │ │ │ ├── left_panel_butt.png
│ │ │ │ ├── left_panel_tab.png
│ │ │ │ ├── small_tab.png
│ │ │ │ └── top_panel.png
│ │ │ └── style1.css
│ │ ├── pmd_common.php
│ │ ├── pmd_display_field.php
│ │ ├── pmd_general.php
│ │ ├── pmd_help.php
│ │ ├── pmd_pdf.php
│ │ ├── pmd_relation_new.php
│ │ ├── pmd_relation_upd.php
│ │ ├── pmd_save_pos.php
│ │ ├── print.css
│ │ ├── querywindow.php
│ │ ├── README
│ │ ├── readme.php
│ │ ├── README.VENDOR
│ │ ├── RELEASE-DATE-3.1.2
│ │ ├── robots.txt
│ │ ├── scripts
│ │ │ ├── check_lang.php
│ │ │ ├── convertcfg.pl
│ │ │ ├── create-release.sh
│ │ │ ├── create_tables.sql
│ │ │ ├── decode_bug.php
│ │ │ ├── find_unused_messages.sh
│ │ │ ├── lang-cleanup.sh
│ │ │ ├── remove_control_m.sh
│ │ │ ├── signon.php
│ │ │ ├── upgrade.pl
│ │ │ └── upgrade_tables_mysql_4_1_2+.sql
│ │ ├── server_binlog.php
│ │ ├── server_collations.php
│ │ ├── server_databases.php
│ │ ├── server_engines.php
│ │ ├── server_export.php
│ │ ├── server_import.php
│ │ ├── server_privileges.php
│ │ ├── server_processlist.php
│ │ ├── server_sql.php
│ │ ├── server_status.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
│ │ │ │ ├── common.inc.php
│ │ │ │ ├── ConfigFile.class.php
│ │ │ │ ├── config_info.inc.php
│ │ │ │ ├── Form.class.php
│ │ │ │ ├── FormDisplay.class.php
│ │ │ │ ├── FormDisplay.tpl.php
│ │ │ │ ├── form_processing.lib.php
│ │ │ │ ├── forms.inc.php
│ │ │ │ ├── index.lib.php
│ │ │ │ └── validate.lib.php
│ │ │ ├── scripts.js
│ │ │ ├── styles.css
│ │ │ └── validate.php
│ │ ├── show_config_errors.php
│ │ ├── sql.php
│ │ ├── tbl_addfield.php
│ │ ├── tbl_alter.php
│ │ ├── tbl_change.php
│ │ ├── tbl_create.php
│ │ ├── tbl_export.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
│ │ ├── themes
│ │ │ ├── darkblue_orange
│ │ │ │ ├── css
│ │ │ │ │ └── theme_right.css.php
│ │ │ │ ├── img
│ │ │ │ │ ├── arrow_ltr.png
│ │ │ │ │ ├── arrow_rtl.png
│ │ │ │ │ ├── asc_order.png
│ │ │ │ │ ├── b_bookmark.png
│ │ │ │ │ ├── b_browse.png
│ │ │ │ │ ├── b_calendar.png
│ │ │ │ │ ├── b_comment.png
│ │ │ │ │ ├── bd_browse.png
│ │ │ │ │ ├── b_dbstatistics.png
│ │ │ │ │ ├── bd_deltbl.png
│ │ │ │ │ ├── bd_drop.png
│ │ │ │ │ ├── b_deltbl.png
│ │ │ │ │ ├── bd_empty.png
│ │ │ │ │ ├── bd_firstpage.png
│ │ │ │ │ ├── bd_ftext.png
│ │ │ │ │ ├── bd_index.png
│ │ │ │ │ ├── bd_insrow.png
│ │ │ │ │ ├── bd_lastpage.png
│ │ │ │ │ ├── bd_nextpage.png
│ │ │ │ │ ├── b_docs.png
│ │ │ │ │ ├── b_docsql.png
│ │ │ │ │ ├── bd_prevpage.png
│ │ │ │ │ ├── bd_primary.png
│ │ │ │ │ ├── b_drop.png
│ │ │ │ │ ├── bd_sbrowse.png
│ │ │ │ │ ├── bd_select.png
│ │ │ │ │ ├── bd_unique.png
│ │ │ │ │ ├── b_edit.png
│ │ │ │ │ ├── b_empty.png
│ │ │ │ │ ├── b_engine.png
│ │ │ │ │ ├── b_export.png
│ │ │ │ │ ├── b_firstpage.png
│ │ │ │ │ ├── b_ftext.png
│ │ │ │ │ ├── b_help.png
│ │ │ │ │ ├── b_home.png
│ │ │ │ │ ├── b_import.png
│ │ │ │ │ ├── b_index.png
│ │ │ │ │ ├── b_info.png
│ │ │ │ │ ├── b_insrow.png
│ │ │ │ │ ├── b_lastpage.png
│ │ │ │ │ ├── b_minus.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_save.png
│ │ │ │ │ ├── b_sbrowse.png
│ │ │ │ │ ├── b_sdb.png
│ │ │ │ │ ├── b_search.png
│ │ │ │ │ ├── b_selboard.png
│ │ │ │ │ ├── b_select.png
│ │ │ │ │ ├── b_sqldoc.png
│ │ │ │ │ ├── b_sqlhelp.png
│ │ │ │ │ ├── b_sql.png
│ │ │ │ │ ├── b_tblanalyse.png
│ │ │ │ │ ├── b_tblexport.png
│ │ │ │ │ ├── b_tblimport.png
│ │ │ │ │ ├── b_tblops.png
│ │ │ │ │ ├── b_tbloptimize.png
│ │ │ │ │ ├── b_tipp.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
│ │ │ │ │ ├── error.ico
│ │ │ │ │ ├── item_ltr.png
│ │ │ │ │ ├── item.png
│ │ │ │ │ ├── item_rtl.png
│ │ │ │ │ ├── logo_left.png
│ │ │ │ │ ├── logo_right.png
│ │ │ │ │ ├── php_sym.png
│ │ │ │ │ ├── pma_logo2.png
│ │ │ │ │ ├── s_asci.png
│ │ │ │ │ ├── s_asc.png
│ │ │ │ │ ├── s_attention.png
│ │ │ │ │ ├── s_cancel2.png
│ │ │ │ │ ├── s_cancel.png
│ │ │ │ │ ├── s_db.png
│ │ │ │ │ ├── s_desc.png
│ │ │ │ │ ├── s_error2.png
│ │ │ │ │ ├── s_error.png
│ │ │ │ │ ├── s_fulltext.png
│ │ │ │ │ ├── s_host.png
│ │ │ │ │ ├── s_info.png
│ │ │ │ │ ├── s_lang.png
│ │ │ │ │ ├── s_loggoff.png
│ │ │ │ │ ├── s_notice.png
│ │ │ │ │ ├── s_okay.png
│ │ │ │ │ ├── spacer.png
│ │ │ │ │ ├── s_partialtext.png
│ │ │ │ │ ├── s_passwd.png
│ │ │ │ │ ├── s_process.png
│ │ │ │ │ ├── s_really.png
│ │ │ │ │ ├── s_reload.png
│ │ │ │ │ ├── s_rights.png
│ │ │ │ │ ├── s_status.png
│ │ │ │ │ ├── s_success.png
│ │ │ │ │ ├── s_tbl.png
│ │ │ │ │ ├── s_theme.png
│ │ │ │ │ ├── s_vars.png
│ │ │ │ │ ├── s_views.png
│ │ │ │ │ ├── s_warn.png
│ │ │ │ │ ├── tbl_header.png
│ │ │ │ │ ├── tbl_th.png
│ │ │ │ │ └── window-new.png
│ │ │ │ ├── info.inc.php
│ │ │ │ ├── layout.inc.php
│ │ │ │ └── screen.png
│ │ │ └── original
│ │ │ ├── css
│ │ │ │ ├── theme_left.css.php
│ │ │ │ ├── theme_print.css.php
│ │ │ │ └── theme_right.css.php
│ │ │ ├── img
│ │ │ │ ├── arrow_ltr.png
│ │ │ │ ├── arrow_rtl.png
│ │ │ │ ├── asc_order.png
│ │ │ │ ├── b_bookmark.png
│ │ │ │ ├── b_browse.png
│ │ │ │ ├── b_calendar.png
│ │ │ │ ├── b_comment.png
│ │ │ │ ├── bd_browse.png
│ │ │ │ ├── b_dbstatistics.png
│ │ │ │ ├── bd_deltbl.png
│ │ │ │ ├── bd_drop.png
│ │ │ │ ├── b_deltbl.png
│ │ │ │ ├── bd_empty.png
│ │ │ │ ├── bd_firstpage.png
│ │ │ │ ├── bd_ftext.png
│ │ │ │ ├── bd_index.png
│ │ │ │ ├── bd_insrow.png
│ │ │ │ ├── bd_lastpage.png
│ │ │ │ ├── bd_nextpage.png
│ │ │ │ ├── b_docs.png
│ │ │ │ ├── b_docsql.png
│ │ │ │ ├── bd_prevpage.png
│ │ │ │ ├── bd_primary.png
│ │ │ │ ├── b_drop.png
│ │ │ │ ├── bd_sbrowse.png
│ │ │ │ ├── bd_select.png
│ │ │ │ ├── bd_unique.png
│ │ │ │ ├── b_edit.png
│ │ │ │ ├── b_empty.png
│ │ │ │ ├── b_engine.png
│ │ │ │ ├── b_export.png
│ │ │ │ ├── b_firstpage.png
│ │ │ │ ├── b_ftext.png
│ │ │ │ ├── b_help.png
│ │ │ │ ├── b_home.png
│ │ │ │ ├── b_import.png
│ │ │ │ ├── b_index.png
│ │ │ │ ├── b_info.png
│ │ │ │ ├── b_insrow.png
│ │ │ │ ├── b_lastpage.png
│ │ │ │ ├── b_minus.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_save.png
│ │ │ │ ├── b_sbrowse.png
│ │ │ │ ├── b_sdb.png
│ │ │ │ ├── b_search.png
│ │ │ │ ├── b_selboard.png
│ │ │ │ ├── b_select.png
│ │ │ │ ├── b_sqldoc.png
│ │ │ │ ├── b_sqlhelp.png
│ │ │ │ ├── b_sql.png
│ │ │ │ ├── b_tblanalyse.png
│ │ │ │ ├── b_tblexport.png
│ │ │ │ ├── b_tblimport.png
│ │ │ │ ├── b_tblops.png
│ │ │ │ ├── b_tbloptimize.png
│ │ │ │ ├── b_tipp.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
│ │ │ │ ├── error.ico
│ │ │ │ ├── item_ltr.png
│ │ │ │ ├── item.png
│ │ │ │ ├── item_rtl.png
│ │ │ │ ├── logo_left.png
│ │ │ │ ├── logo_right.png
│ │ │ │ ├── php_sym.png
│ │ │ │ ├── pma_logo2.png
│ │ │ │ ├── s_asci.png
│ │ │ │ ├── s_asc.png
│ │ │ │ ├── s_attention.png
│ │ │ │ ├── s_cancel2.png
│ │ │ │ ├── s_cancel.png
│ │ │ │ ├── s_db.png
│ │ │ │ ├── s_desc.png
│ │ │ │ ├── s_error2.png
│ │ │ │ ├── s_error.png
│ │ │ │ ├── s_fulltext.png
│ │ │ │ ├── s_host.png
│ │ │ │ ├── s_info.png
│ │ │ │ ├── s_lang.png
│ │ │ │ ├── s_loggoff.png
│ │ │ │ ├── s_notice.png
│ │ │ │ ├── s_okay.png
│ │ │ │ ├── spacer.png
│ │ │ │ ├── s_partialtext.png
│ │ │ │ ├── s_passwd.png
│ │ │ │ ├── s_process.png
│ │ │ │ ├── s_really.png
│ │ │ │ ├── s_reload.png
│ │ │ │ ├── s_rights.png
│ │ │ │ ├── s_status.png
│ │ │ │ ├── s_success.png
│ │ │ │ ├── s_tbl.png
│ │ │ │ ├── s_theme.png
│ │ │ │ ├── s_vars.png
│ │ │ │ ├── s_views.png
│ │ │ │ ├── s_warn.png
│ │ │ │ ├── vertical_line.png
│ │ │ │ └── window-new.png
│ │ │ ├── info.inc.php
│ │ │ ├── layout.inc.php
│ │ │ └── screen.png
│ │ ├── themes.php
│ │ ├── TODO
│ │ ├── transformation_overview.php
│ │ ├── transformation_wrapper.php
│ │ ├── translators.html
│ │ ├── user_password.php
│ │ ├── view_create.php
│ │ └── webapp.php
│ ├── portal_data.class.php
│ ├── product_pic.php
│ ├── QQwry.dat
│ ├── reg.php
│ ├── reg_submit.php
│ ├── reg_trial.php
│ ├── reg_trial_submit.php
│ ├── rss_php.class.php
│ ├── rtxstatus.php
│ ├── seamoonapi.php
│ ├── seccode.php
│ ├── second_tabs.php
│ ├── service.php
│ ├── session.php
│ ├── simple_html_dom.php
│ ├── sms_remind.php
│ ├── stock.php
│ ├── sys_code_field_get.php
│ ├── sys_code_field.php
│ ├── td.class.php
│ ├── td_config.php
│ ├── td_core1.php
│ ├── td_core.php
│ ├── td_data_source.config.php
│ ├── tdPassInstall.php
│ ├── traffic_restriction.funcs.php
│ ├── ubbeditor.php
│ ├── uc_client
│ │ ├── client.php
│ │ ├── config.inc.php
│ │ ├── control
│ │ │ ├── app.php
│ │ │ ├── cache.php
│ │ │ ├── domain.php
│ │ │ ├── feed.php
│ │ │ ├── friend.php
│ │ │ ├── index.htm
│ │ │ ├── mail.php
│ │ │ ├── pm.php
│ │ │ ├── tag.php
│ │ │ └── user.php
│ │ ├── index.htm
│ │ ├── lib
│ │ │ ├── db.class.php
│ │ │ ├── index.htm
│ │ │ ├── sendmail.inc.php
│ │ │ ├── uccode.class.php
│ │ │ └── xml.class.php
│ │ └── model
│ │ ├── app.php
│ │ ├── base.php
│ │ ├── cache.php
│ │ ├── domain.php
│ │ ├── friend.php
│ │ ├── index.htm
│ │ ├── mail.php
│ │ ├── misc.php
│ │ ├── note.php
│ │ ├── pm.php
│ │ ├── tag.php
│ │ └── user.php
│ ├── ueditor.class.php
│ ├── update.class.php
│ ├── update.inc.php
│ ├── update.php
│ ├── updater.class.php
│ ├── upgrade.inc.php
│ ├── user_tree.php
│ ├── utility_all.php
│ ├── utility_cache.php
│ ├── utility_calendar.php
│ ├── utility_email_audit.php
│ ├── utility_email.php
│ ├── utility_fax.php
│ ├── utility_field.php
│ ├── utility_file.php
│ ├── utility_flow.php
│ ├── utility_folder.php
│ ├── utility_gbt.php
│ ├── utility_html.php
│ ├── utility_intro.php
│ ├── utility_msg.php
│ ├── utility_news.php
│ ├── utility_notify.php
│ ├── utility_office.php
│ ├── utility_org.php
│ ├── utility.php
│ ├── utility_portal.php
│ ├── utility_project.php
│ ├── utility_secu.php
│ ├── utility_sms1.php
│ ├── utility_sms2_gsm.php
│ ├── utility_sms2.php
│ ├── utility_ubb.php
│ ├── utility_update.php
│ ├── utility_user.php
│ ├── utility_var.php
│ ├── version.inc.php
│ ├── voice_message.php
│ ├── weather.funcs.php
│ ├── weather.inc.php
│ ├── weather.php
│ ├── weixinqy
│ │ ├── class
│ │ │ ├── oa.email.php
│ │ │ ├── oa.modules.php
│ │ │ ├── oa.news.php
│ │ │ ├── weixinqy.base.funcs.php
│ │ │ ├── weixinqy.callback.funcs.php
│ │ │ ├── weixinqy.config.php
│ │ │ ├── weixinqy.department.funcs.php
│ │ │ ├── weixinqy.funcs.php
│ │ │ ├── weixinqy.media.funcs.php
│ │ │ ├── weixinqy.menu.config.php
│ │ │ ├── weixinqy.menu.funcs.php
│ │ │ ├── weixinqy.message.funcs.php
│ │ │ └── weixinqy.user.funcs.php
│ │ └── sdk
│ │ ├── errorCode.php
│ │ ├── pkcs7Encoder.php
│ │ ├── sha1.php
│ │ ├── WXBizMsgCrypt.php
│ │ └── xmlparse.php
│ ├── whpj.php
│ └── zip.php
└── task
├── affair_remind.php
├── attend_cache.php
├── auth.php
├── birthday_remind.php
├── check_sp.php
├── clean
│ ├── attachment.inc.php
│ ├── daemon.inc.php
│ ├── login_cache.inc.php
│ ├── logs.inc.php
│ ├── slow_logs.inc.php
│ ├── sms.inc.php
│ ├── sys_log.inc.php
│ ├── tmp_dir.inc.php
│ ├── tmp_files.inc.php
│ └── upgrade_bak.inc.php
├── clean.php
├── crm
│ ├── account_care_remind.php
│ ├── action_link_remind.php
│ ├── contract_birthday_remind.php
│ ├── contract_near_remind.php
│ ├── contract_remind.php
│ ├── crm_account_contact_bir_remind.php
│ ├── crm_complain_remind.php
│ ├── crm_opportunity_status_remind.php
│ ├── crm_salepay_remind.php
│ ├── crm_stockout_remind.php
│ ├── func.php
│ ├── marketing_near_remind.php
│ ├── order_to_stockout_remind.php
│ ├── payment_near_remind.php
│ └── storage_near_remind.php
├── crm_remind.php
├── decrypt_attach.php
├── email_dogroup.php
├── exception_log.php
├── get_external_data.php
├── message_push
│ ├── funcs.php
│ ├── ios_299.pem
│ └── ios_99.pem
├── message_push.php
├── msm_msg_auto_eml.php
├── new_fax.php
├── new_sms.php
├── new_sms_zb.php
├── project_remind.php
├── sync_domain_user.php
├── sync_duty_machine.php
├── taskcenter.php
├── task_project.php
├── user_online.php
├── workflow_new.php
├── workflow_pending.php
└── workflow_remind.php
192 directories, 1681 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论