├── Dockerfile ├── README.assets ├── image-20210720215314296.png ├── image-20210720215438841.png ├── image-20210720215516729.png ├── image-20210720215620744.png ├── image-20210720215721060.png ├── image-20210720215802823.png ├── image-20210720215939272.png ├── image-20210727002506926.png ├── image-20210727002508200-1627316837687-1627316842213.png ├── image-20210727002508200-1627316837687.png ├── image-20210727002508200.png ├── image-20210729220716457.png └── image-20210729221041172.png ├── README.md ├── docker-compose.yml ├── html ├── .htaccess ├── admin.php ├── config.php ├── file │ └── 防吞 ├── getid3 │ ├── README.md │ ├── changelog.txt │ ├── demos │ │ ├── demo.audioinfo.class.php │ │ ├── demo.basic.php │ │ ├── demo.browse.php │ │ ├── demo.cache.dbm.php │ │ ├── demo.cache.mysql.php │ │ ├── demo.dirscan.php │ │ ├── demo.joinmp3.php │ │ ├── demo.mimeonly.php │ │ ├── demo.mp3header.php │ │ ├── demo.mysqli.php │ │ ├── demo.simple.php │ │ ├── demo.simple.write.php │ │ ├── demo.write.php │ │ ├── demo.zip.php │ │ ├── getid3.css │ │ └── index.php │ ├── dependencies.txt │ ├── getid3 │ │ ├── extension.cache.dbm.php │ │ ├── extension.cache.mysql.php │ │ ├── extension.cache.mysqli.php │ │ ├── extension.cache.sqlite3.php │ │ ├── getid3.lib.php │ │ ├── getid3.php │ │ ├── module.archive.gzip.php │ │ ├── module.archive.hpk.php │ │ ├── module.archive.rar.php │ │ ├── module.archive.szip.php │ │ ├── module.archive.tar.php │ │ ├── module.archive.xz.php │ │ ├── module.archive.zip.php │ │ ├── module.audio-video.asf.php │ │ ├── module.audio-video.bink.php │ │ ├── module.audio-video.flv.php │ │ ├── module.audio-video.ivf.php │ │ ├── module.audio-video.matroska.php │ │ ├── module.audio-video.mpeg.php │ │ ├── module.audio-video.nsv.php │ │ ├── module.audio-video.quicktime.php │ │ ├── module.audio-video.real.php │ │ ├── module.audio-video.riff.php │ │ ├── module.audio-video.swf.php │ │ ├── module.audio-video.ts.php │ │ ├── module.audio-video.wtv.php │ │ ├── module.audio.aa.php │ │ ├── module.audio.aac.php │ │ ├── module.audio.ac3.php │ │ ├── module.audio.amr.php │ │ ├── module.audio.au.php │ │ ├── module.audio.avr.php │ │ ├── module.audio.bonk.php │ │ ├── module.audio.dsdiff.php │ │ ├── module.audio.dsf.php │ │ ├── module.audio.dss.php │ │ ├── module.audio.dts.php │ │ ├── module.audio.flac.php │ │ ├── module.audio.la.php │ │ ├── module.audio.lpac.php │ │ ├── module.audio.midi.php │ │ ├── module.audio.mod.php │ │ ├── module.audio.monkey.php │ │ ├── module.audio.mp3.php │ │ ├── module.audio.mpc.php │ │ ├── module.audio.ogg.php │ │ ├── module.audio.optimfrog.php │ │ ├── module.audio.rkau.php │ │ ├── module.audio.shorten.php │ │ ├── module.audio.tak.php │ │ ├── module.audio.tta.php │ │ ├── module.audio.voc.php │ │ ├── module.audio.vqf.php │ │ ├── module.audio.wavpack.php │ │ ├── module.graphic.bmp.php │ │ ├── module.graphic.efax.php │ │ ├── module.graphic.gif.php │ │ ├── module.graphic.jpg.php │ │ ├── module.graphic.pcd.php │ │ ├── module.graphic.png.php │ │ ├── module.graphic.svg.php │ │ ├── module.graphic.tiff.php │ │ ├── module.misc.cue.php │ │ ├── module.misc.exe.php │ │ ├── module.misc.iso.php │ │ ├── module.misc.msoffice.php │ │ ├── module.misc.par2.php │ │ ├── module.misc.pdf.php │ │ ├── module.misc.torrent.php │ │ ├── module.tag.apetag.php │ │ ├── module.tag.id3v1.php │ │ ├── module.tag.id3v2.php │ │ ├── module.tag.lyrics3.php │ │ ├── module.tag.nikon-nctg.php │ │ ├── module.tag.xmp.php │ │ ├── write.apetag.php │ │ ├── write.id3v1.php │ │ ├── write.id3v2.php │ │ ├── write.lyrics3.php │ │ ├── write.metaflac.php │ │ ├── write.php │ │ ├── write.real.php │ │ └── write.vorbiscomment.php │ ├── helperapps │ │ ├── cygwin1.dll │ │ ├── head.exe │ │ ├── metaflac.exe │ │ ├── readme.helperapps.txt │ │ ├── shorten.exe │ │ └── vorbiscomment.exe │ ├── license.txt │ ├── licenses │ │ ├── license.commercial.txt │ │ ├── license.gpl-10.txt │ │ ├── license.gpl-20.txt │ │ ├── license.gpl-30.txt │ │ ├── license.lgpl-30.txt │ │ └── license.mpl-20.txt │ ├── readme.txt │ └── structure.txt ├── index.php ├── init.php ├── mp3time.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.default.php │ │ ├── config.values.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 │ │ ├── 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.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 │ │ ├── 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.lib.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 │ │ ├── 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.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 │ ├── transformation_overview.php │ ├── transformation_wrapper.php │ ├── url.php │ ├── user_password.php │ ├── version_check.php │ ├── view_create.php │ ├── view_operations.php │ └── webapp.php ├── scripts │ ├── demo.jquery.html │ ├── demo.zepto.html │ ├── jqthumb.js │ ├── jqthumb.min.js │ ├── main.js │ ├── picture.jpg │ ├── style.css │ └── vendor │ │ ├── jquery.js │ │ ├── zepto.data.min.js │ │ └── zepto.min.js ├── upload.php └── upload │ └── empty └── php.ini /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM dasctfbase/web_php73_apache_mysql 2 | COPY html/ /var/www/html 3 | RUN chmod -R 777 /var/www/html 4 | COPY php.ini /usr/local/etc/php/php.ini 5 | 6 | RUN apt-get update && apt-get install -y zlib1g-dev && apt-get install -y libzip-dev 7 | 8 | RUN docker-php-ext-install zip 9 | -------------------------------------------------------------------------------- /README.assets/image-20210720215314296.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210720215314296.png -------------------------------------------------------------------------------- /README.assets/image-20210720215438841.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210720215438841.png -------------------------------------------------------------------------------- /README.assets/image-20210720215516729.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210720215516729.png -------------------------------------------------------------------------------- /README.assets/image-20210720215620744.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210720215620744.png -------------------------------------------------------------------------------- /README.assets/image-20210720215721060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210720215721060.png -------------------------------------------------------------------------------- /README.assets/image-20210720215802823.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210720215802823.png -------------------------------------------------------------------------------- /README.assets/image-20210720215939272.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210720215939272.png -------------------------------------------------------------------------------- /README.assets/image-20210727002506926.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210727002506926.png -------------------------------------------------------------------------------- /README.assets/image-20210727002508200-1627316837687-1627316842213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210727002508200-1627316837687-1627316842213.png -------------------------------------------------------------------------------- /README.assets/image-20210727002508200-1627316837687.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210727002508200-1627316837687.png -------------------------------------------------------------------------------- /README.assets/image-20210727002508200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210727002508200.png -------------------------------------------------------------------------------- /README.assets/image-20210729220716457.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210729220716457.png -------------------------------------------------------------------------------- /README.assets/image-20210729221041172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/README.assets/image-20210729221041172.png -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '2' 2 | services: 3 | web: 4 | image: maphp 5 | restart: always 6 | build: . 7 | ports: 8 | - "8001:80" 9 | environment: 10 | - TZ="Asia/Shanghai" 11 | - LANG=en_US.UTF-8 12 | -------------------------------------------------------------------------------- /html/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/.htaccess -------------------------------------------------------------------------------- /html/file/防吞: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/file/防吞 -------------------------------------------------------------------------------- /html/getid3/demos/index.php: -------------------------------------------------------------------------------- 1 | 2 | getID3 demos 3 | 4 | 7 | 8 | In this directory are a number of examples of how to use getID3().
9 | If you don't know what to run, take a look at demo.browse.php 10 |
11 | Other demos: 22 | 23 | 24 | -------------------------------------------------------------------------------- /html/getid3/helperapps/cygwin1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/getid3/helperapps/cygwin1.dll -------------------------------------------------------------------------------- /html/getid3/helperapps/head.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/getid3/helperapps/head.exe -------------------------------------------------------------------------------- /html/getid3/helperapps/metaflac.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/getid3/helperapps/metaflac.exe -------------------------------------------------------------------------------- /html/getid3/helperapps/shorten.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/getid3/helperapps/shorten.exe -------------------------------------------------------------------------------- /html/getid3/helperapps/vorbiscomment.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/getid3/helperapps/vorbiscomment.exe -------------------------------------------------------------------------------- /html/mp3time.php: -------------------------------------------------------------------------------- 1 | analyze($path); //分析文件,$path为音频文件的地址 12 | $fileduration=$ThisFileInfo['playtime_seconds']; //这个获得的便是音频文件的时长 13 | $time = (int)ceil($fileduration); 14 | return $time; 15 | 16 | } 17 | 18 | 19 | 20 | ?> -------------------------------------------------------------------------------- /html/phpMyAdmin/RELEASE-DATE-3.5.8.2: -------------------------------------------------------------------------------- 1 | Sun Jul 28 10:32:00 UTC 2013 2 | -------------------------------------------------------------------------------- /html/phpMyAdmin/chk_rel.php: -------------------------------------------------------------------------------- 1 | 26 | -------------------------------------------------------------------------------- /html/phpMyAdmin/db_events.php: -------------------------------------------------------------------------------- 1 | 37 | -------------------------------------------------------------------------------- /html/phpMyAdmin/db_import.php: -------------------------------------------------------------------------------- 1 | 29 | 30 | -------------------------------------------------------------------------------- /html/phpMyAdmin/db_triggers.php: -------------------------------------------------------------------------------- 1 | 36 | -------------------------------------------------------------------------------- /html/phpMyAdmin/examples/signon-script.php: -------------------------------------------------------------------------------- 1 | 29 | -------------------------------------------------------------------------------- /html/phpMyAdmin/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/favicon.ico -------------------------------------------------------------------------------- /html/phpMyAdmin/js/canvg/flashcanvas.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/canvg/flashcanvas.swf -------------------------------------------------------------------------------- /html/phpMyAdmin/js/cross_framing_protection.js: -------------------------------------------------------------------------------- 1 | try{var topdomain=top.document.domain;if(topdomain!=self.document.domain){alert("Redirecting...");top.location.replace(self.document.URL.substring(0,self.document.URL.lastIndexOf("/")+1))}}catch(e$$5){alert("Redirecting... (error: "+e$$5);top.location.replace(self.document.URL.substring(0,self.document.URL.lastIndexOf("/")+1))}; 2 | -------------------------------------------------------------------------------- /html/phpMyAdmin/js/indexes.js: -------------------------------------------------------------------------------- 1 | function checkIndexType(){$select_index_type=$("#select_index_type");$size_header=$("#index_columns thead tr th:nth-child(2)");$column_inputs=$('select[name="index[columns][names][]"]');$size_inputs=$('input[name="index[columns][sub_parts][]"]');$add_more=$("#addMoreColumns");if($select_index_type.val()=="SPATIAL"){$size_header.hide();$size_inputs.each(function(){$(this).attr("disabled",true).parent("td").hide()});var a=true;$column_inputs.each(function(){$column_input=$(this);if(a)a=false;else $column_input.attr("disabled", 2 | true).parent("td").hide()});$add_more.hide()}else{$size_header.show();$size_inputs.each(function(){$(this).attr("disabled",false).parent("td").show()});$column_inputs.each(function(){$(this).attr("disabled",false).parent("td").show()});$add_more.show()}}$(document).ready(function(){checkIndexType();checkIndexName("index_frm");$("#select_index_type").live("change",function(a){a.preventDefault();checkIndexType();checkIndexName("index_frm")})}); 3 | -------------------------------------------------------------------------------- /html/phpMyAdmin/js/jquery/jquery.cookie.js: -------------------------------------------------------------------------------- 1 | jQuery.cookie=function(e,b,a){if(arguments.length>1&&String(b)!=="[object Object]"){a=jQuery.extend({},a);if(b===null||b===undefined)a.expires=-1;if(typeof a.expires==="number"){var d=a.expires,c=a.expires=new Date;c.setDate(c.getDate()+d)}b=String(b);return document.cookie=[encodeURIComponent(e),"=",a.raw?b:encodeURIComponent(b),a.expires?"; expires="+a.expires.toUTCString():"",a.path?"; path="+a.path:"",a.domain?"; domain="+a.domain:"",a.secure?"; secure":""].join("")}a=b||{};c=a.raw?function(f){return f}: 2 | decodeURIComponent;return(d=RegExp("(?:^|; )"+encodeURIComponent(e)+"=([^;]*)").exec(document.cookie))?c(d[1]):null}; 3 | -------------------------------------------------------------------------------- /html/phpMyAdmin/js/jquery/jquery.mousewheel.js: -------------------------------------------------------------------------------- 1 | (function(d){function g(a){var b=a||window.event,i=[].slice.call(arguments,1),c=0,h=0,e=0;a=d.event.fix(b);a.type="mousewheel";if(a.wheelDelta)c=a.wheelDelta/120;if(a.detail)c=-a.detail/3;e=c;if(b.axis!==undefined&&b.axis===b.HORIZONTAL_AXIS){e=0;h=-1*c}if(b.wheelDeltaY!==undefined)e=b.wheelDeltaY/120;if(b.wheelDeltaX!==undefined)h=-1*b.wheelDeltaX/120;i.unshift(a,c,h,e);return d.event.handle.apply(this,i)}var f=["DOMMouseScroll","mousewheel"];d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a= 2 | f.length;a;)this.addEventListener(f[--a],g,false);else this.onmousewheel=g},teardown:function(){if(this.removeEventListener)for(var a=f.length;a;)this.removeEventListener(f[--a],g,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery); 3 | -------------------------------------------------------------------------------- /html/phpMyAdmin/js/keyhandler.js: -------------------------------------------------------------------------------- 1 | function onKeyDownArrowsHandler(a){a=a||window.event;var b=a.srcElement||a.target;if(b)if(!(b.tagName!="TEXTAREA"&&b.tagName!="INPUT"&&b.tagName!="SELECT")){if(navigator.userAgent.toLowerCase().indexOf("applewebkit/")!=-1){if(a.ctrlKey||a.shiftKey||!a.altKey)return}else if(!a.ctrlKey||a.shiftKey||a.altKey)return;if(b.id){var c=b.id.split("_");if(!(c[0]!="field"||typeof c[2]=="undefined")){b=c[2];c=c[1];for(i=0;i<10;i++){if(switch_movement)switch(a.keyCode){case 38:b--;break;case 40:b++;break;case 37:c--; 2 | break;case 39:c++;break;default:return}else switch(a.keyCode){case 38:c--;break;case 40:c++;break;case 37:b--;break;case 39:b++;break;default:return}var d="field_"+c+"_"+b;d=document.getElementById(d);if(!d){d="field_"+c+"_"+b+"_0";d=document.getElementById(d)}if(d)break}if(d){d.focus();d.tagName!="SELECT"&&d.select();a.returnValue=false}}}}}; 3 | -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/blank.gif -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/cloud-popup-relative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/cloud-popup-relative.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/drag-rectangle-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/drag-rectangle-off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/drag-rectangle-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/drag-rectangle-on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/east-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/east-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/layer-switcher-maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/layer-switcher-maximize.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/layer-switcher-minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/layer-switcher-minimize.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/marker-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/marker-blue.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/marker-gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/marker-gold.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/marker-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/marker-green.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/marker.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/measuring-stick-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/measuring-stick-off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/measuring-stick-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/measuring-stick-on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/north-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/north-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/panning-hand-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/panning-hand-off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/panning-hand-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/panning-hand-on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/slider.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/south-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/south-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/west-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/west-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/zoom-minus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/zoom-minus-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/zoom-plus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/zoom-plus-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/zoom-world-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/zoom-world-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/img/zoombar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/img/zoombar.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/framedCloud.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/framedCloud.css -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/google.css: -------------------------------------------------------------------------------- 1 | .olLayerGoogleCopyright { 2 | right: 3px; 3 | bottom: 2px; 4 | left: auto; 5 | } 6 | .olLayerGooglePoweredBy { 7 | left: 2px; 8 | bottom: 2px; 9 | } 10 | 11 | -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/ie6-style.css: -------------------------------------------------------------------------------- 1 | .olControlZoomPanel div { 2 | background-image: url(img/zoom-panel-NOALPHA.png); 3 | } 4 | .olControlPanPanel div { 5 | background-image: url(img/pan-panel-NOALPHA.png); 6 | } 7 | 8 | -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/add_point_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/add_point_off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/add_point_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/add_point_on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/blank.gif -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/close.gif -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/drag-rectangle-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/drag-rectangle-off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/drag-rectangle-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/drag-rectangle-on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/draw_line_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/draw_line_off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/draw_line_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/draw_line_on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/draw_point_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/draw_point_off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/draw_point_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/draw_point_on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/draw_polygon_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/draw_polygon_off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/draw_polygon_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/draw_polygon_on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/editing_tool_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/editing_tool_bar.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/move_feature_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/move_feature_off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/move_feature_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/move_feature_on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/navigation_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/navigation_history.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/overview_replacement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/overview_replacement.gif -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/pan-panel-NOALPHA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/pan-panel-NOALPHA.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/pan-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/pan-panel.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/pan_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/pan_off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/pan_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/pan_on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/panning-hand-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/panning-hand-off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/panning-hand-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/panning-hand-on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/remove_point_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/remove_point_off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/remove_point_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/remove_point_on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/ruler.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/save_features_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/save_features_off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/save_features_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/save_features_on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/view_next_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/view_next_off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/view_next_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/view_next_on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/view_previous_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/view_previous_off.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/view_previous_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/view_previous_on.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/zoom-panel-NOALPHA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/zoom-panel-NOALPHA.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/openlayers/theme/default/img/zoom-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/js/openlayers/theme/default/img/zoom-panel.png -------------------------------------------------------------------------------- /html/phpMyAdmin/js/querywindow.js: -------------------------------------------------------------------------------- 1 | function PMA_queryAutoCommit(){document.getElementById("sqlqueryform").target=window.opener.frame_content.name;document.getElementById("sqlqueryform").submit()}function PMA_querywindowCommit(a){$("#hiddenqueryform").find("input[name='querydisplay_tab']").attr("value",a);$("#hiddenqueryform").submit();return false}function PMA_querywindowSetFocus(){$("#sqlquery").focus()} 2 | function PMA_querywindowResize(){if(typeof $(this)[0].sizeToContent=="function"){$(this)[0].sizeToContent();$(this)[0].resizeBy(10,50)}else if($("#querywindowcontainer")!="undefined"){var a=$("#querywindowcontainer")[0].offsetWidth,b=$("#querywindowcontainer")[0].offsetHeight;$(this)[0].resizeTo(a+45,b+75)}}; 3 | -------------------------------------------------------------------------------- /html/phpMyAdmin/js/rte/events.js: -------------------------------------------------------------------------------- 1 | RTE.validateCustom=function(){var a=null;a=$("select[name=item_type]").find(":selected").val()==="RECURRING"?$("input[name=item_interval_value]"):$("input[name=item_execute_at]");if(a.val()===""){a.focus();alert(PMA_messages.strFormEmpty);return false}return true};$(document).ready(function(){$("select[name=item_type]").live("change",function(){$("tr.recurring_event_row, tr.onetime_event_row").toggle()})}); 2 | -------------------------------------------------------------------------------- /html/phpMyAdmin/js/rte/triggers.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /html/phpMyAdmin/js/server_plugins.js: -------------------------------------------------------------------------------- 1 | var pma_theme_image;$(function(){$("#pluginsTabs").tabs({cookie:{name:"pma_serverStatusTabs",expires:1},show:function(c,a){menuResize();$(a.panel).closest(".ui-tabs").find("> div").not(a.panel).css("display","none");$(a.panel).css("display","block")}});var b=$("#plugins_plugins table:has(tbody tr + tr)");b.tablesorter({sortList:[[0,0]],widgets:["zebra"]});b.find("thead th").append('')}); 2 | -------------------------------------------------------------------------------- /html/phpMyAdmin/js/tbl_relation.js: -------------------------------------------------------------------------------- 1 | function show_hide_clauses(a){a.val()!=""?a.parent().next("span").show().next("span").show():a.parent().next("span").hide().next("span").hide()}$(document).ready(function(){$(".referenced_column_dropdown").each(function(a,b){show_hide_clauses($(b))});$(".referenced_column_dropdown").change(function(){show_hide_clauses($(this))})}); 2 | -------------------------------------------------------------------------------- /html/phpMyAdmin/js/update-location.js: -------------------------------------------------------------------------------- 1 | var hash_to_set="",hash_init_done=0;function setURLHash(a){if(!jQuery.browser.webkit)if(window.parent!=window&&window.parent.setURLHash)window.parent.setURLHash(a);else{var b=window.location.pathname;if(b.substring(b.length-9,b.length)=="index.php")if(hash_init_done){window.location.hash="PMAURL:"+a;fix_favicon()}else hash_to_set="PMAURL:"+a}}function fix_favicon(){jQuery.browser.mozilla&&$("head > link[href=\\.\\/favicon\\.ico]").appendTo("head")} 2 | $(document).ready(function(){if(!(window.parent!=window&&window.parent.setURLHash))if(window.location.hash.substring(0,8)=="#PMAURL:")window.location="index.php?"+window.location.hash.substring(8);else{if(hash_to_set!=""){window.location.hash=hash_to_set;hash_to_set="";fix_favicon()}hash_init_done=1}}); 3 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/engines/berkeleydb.lib.php: -------------------------------------------------------------------------------- 1 | 25 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/engines/binlog.lib.php: -------------------------------------------------------------------------------- 1 | 30 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/engines/innobase.lib.php: -------------------------------------------------------------------------------- 1 | 25 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/engines/memory.lib.php: -------------------------------------------------------------------------------- 1 | array( 26 | 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, 27 | ), 28 | ); 29 | } 30 | } 31 | 32 | ?> 33 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/engines/merge.lib.php: -------------------------------------------------------------------------------- 1 | 20 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/engines/mrg_myisam.lib.php: -------------------------------------------------------------------------------- 1 | 35 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/logging.lib.php: -------------------------------------------------------------------------------- 1 | 23 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/mime.lib.php: -------------------------------------------------------------------------------- 1 | = 2 && $test[0] == chr(0xff) && $test[1] == chr(0xd8)) { 20 | return 'image/jpeg'; 21 | } 22 | if ($len >= 3 && substr($test, 0, 3) == 'GIF') { 23 | return 'image/gif'; 24 | } 25 | if ($len >= 4 && substr($test, 0, 4) == "\x89PNG") { 26 | return 'image/png'; 27 | } 28 | return 'application/octet-stream'; 29 | } 30 | ?> 31 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.ctg.z -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.z -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.ctg.z -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.z -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/tcpdf/tcpdf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/libraries/tcpdf/tcpdf.php -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/transformations/README: -------------------------------------------------------------------------------- 1 | TRANSFORMATION USAGE (Garvin Hicking, ) 2 | ==================== 3 | 4 | See the Documentation.html for complete instructions on how to use transformation plugins. 5 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/transformations/TEMPLATE_MIMETYPE: -------------------------------------------------------------------------------- 1 | 13 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/transformations/generator.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # Shell script that adds a new function file using a template. Should not be called directly 4 | # but instead by template_Generator.sh and template_generator_mimetype.sh 5 | # 6 | # 7 | # $1: Template 8 | # $2: Filename 9 | # $3: (optional) Description 10 | 11 | if [ $# == 0 ] 12 | then 13 | echo "Please call template_generator.sh or template_generator_mimetype.sh instead" 14 | echo "" 15 | exit 65 16 | fi 17 | functionupper="`echo $2 | tr [:lower:] [:upper:]`" 18 | functionlower="`echo $2 | tr [:upper:] [:lower:]`" 19 | 20 | sed "s/\[ENTER_FILENAME_HERE\]/$functionupper/; s/\[enter_filename_here\]/$functionlower/; s/Description of the transformation./$3/;" < $1 > $2.inc.php 21 | 22 | echo "Created $2.inc.php" 23 | echo "" 24 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/transformations/image_jpeg__link.inc.php: -------------------------------------------------------------------------------- 1 | __('Displays a link to download this image.'), 11 | ); 12 | } 13 | 14 | /** 15 | * 16 | */ 17 | function PMA_transformation_image_jpeg__link($buffer, $options = array(), $meta = '') 18 | { 19 | include_once './libraries/transformations/global.inc.php'; 20 | 21 | $transform_options = array ('string' => '[BLOB]'); 22 | $buffer = PMA_transformation_global_html_replace($buffer, $transform_options); 23 | 24 | return $buffer; 25 | } 26 | 27 | ?> 28 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/transformations/template_generator.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # Shell script that adds a new mimetype with transform function. 4 | # 5 | # The filename should contain either 'mimetype_subtype' or 'mimetype'. 6 | # The suffix '.inc.php' is appended automatically! 7 | # 8 | # The 'description' parameter will add a new entry in the language file. Watch out for 9 | # special escaping. 10 | # 11 | # Example: template_generator.sh 'filename' 'description' 12 | # 13 | if [ $# == 0 ] 14 | then 15 | echo "Usage: template_generator.sh 'filename' 'description'" 16 | echo "" 17 | exit 65 18 | fi 19 | 20 | 21 | 22 | ./generator.sh 'TEMPLATE' "$1" "$2" 23 | echo " " 24 | echo "New TRANSFORM FUNCTION $1.inc.php added." 25 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/transformations/template_generator_mimetype.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # Shell script that adds a new mimetype without transform function. 4 | # 5 | # The filename should contain either 'mimetype_subtype' or 'mimetype'. 6 | # The suffix '.inc.php' is appended automatically! 7 | # 8 | # Example: template_generator_mimetype.sh 'filename' 9 | # 10 | if [ $# == 0 ] 11 | then 12 | echo "Usage: template_generator_mimetype.sh 'filename'" 13 | echo "" 14 | exit 65 15 | fi 16 | 17 | ./generator.sh 'TEMPLATE_MIMETYPE' "$1" 18 | echo " " 19 | echo "New MIMETYPE $1.inc.php added." 20 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/transformations/text_plain__formatted.inc.php: -------------------------------------------------------------------------------- 1 | __('Displays the contents of the column as-is, without running it through htmlspecialchars(). That is, the column is assumed to contain valid HTML.'), 11 | ); 12 | } 13 | 14 | /** 15 | * 16 | */ 17 | function PMA_transformation_text_plain__formatted($buffer, $options = array(), $meta = '') 18 | { 19 | return $buffer; 20 | } 21 | 22 | ?> 23 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/transformations/text_plain__longToIpv4.inc.php: -------------------------------------------------------------------------------- 1 | __('Converts an (IPv4) Internet network address into a string in Internet standard dotted format.'), 11 | ); 12 | } 13 | 14 | /** 15 | * returns IPv4 address 16 | * 17 | * @see http://php.net/long2ip 18 | */ 19 | function PMA_transformation_text_plain__longToIpv4($buffer, $options = array(), $meta = '') 20 | { 21 | if ($buffer < 0 || $buffer > 4294967295) { 22 | return $buffer; 23 | } 24 | 25 | return long2ip($buffer); 26 | } 27 | 28 | ?> 29 | -------------------------------------------------------------------------------- /html/phpMyAdmin/libraries/transformations/text_plain__sql.inc.php: -------------------------------------------------------------------------------- 1 | __('Formats text as SQL query with syntax highlighting.'), 11 | ); 12 | } 13 | 14 | /** 15 | * 16 | */ 17 | function PMA_transformation_text_plain__sql($buffer, $options = array(), $meta = '') 18 | { 19 | $result = PMA_SQP_formatHtml(PMA_SQP_parse($buffer)); 20 | // Need to clear error state not to break subsequent queries display. 21 | PMA_SQP_resetError(); 22 | return $result; 23 | } 24 | 25 | ?> 26 | -------------------------------------------------------------------------------- /html/phpMyAdmin/license.php: -------------------------------------------------------------------------------- 1 | 32 | -------------------------------------------------------------------------------- /html/phpMyAdmin/locale/en_GB/LC_MESSAGES/phpmyadmin.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/locale/en_GB/LC_MESSAGES/phpmyadmin.mo -------------------------------------------------------------------------------- /html/phpMyAdmin/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo -------------------------------------------------------------------------------- /html/phpMyAdmin/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo -------------------------------------------------------------------------------- /html/phpMyAdmin/phpinfo.php: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /html/phpMyAdmin/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / 3 | -------------------------------------------------------------------------------- /html/phpMyAdmin/server_import.php: -------------------------------------------------------------------------------- 1 | 33 | 34 | -------------------------------------------------------------------------------- /html/phpMyAdmin/server_sql.php: -------------------------------------------------------------------------------- 1 | 42 | -------------------------------------------------------------------------------- /html/phpMyAdmin/setup/validate.php: -------------------------------------------------------------------------------- 1 | 31 | -------------------------------------------------------------------------------- /html/phpMyAdmin/show_config_errors.php: -------------------------------------------------------------------------------- 1 | 28 | -------------------------------------------------------------------------------- /html/phpMyAdmin/tbl_import.php: -------------------------------------------------------------------------------- 1 | 35 | 36 | -------------------------------------------------------------------------------- /html/phpMyAdmin/tbl_triggers.php: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /html/phpMyAdmin/themes.php: -------------------------------------------------------------------------------- 1 | 24 | 25 | 26 | 27 |

phpMyAdmin -

28 |

29 | printPreviews(); 31 | ?> 32 | 33 | 34 | -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/dot.gif -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/css/theme_print.css.php: -------------------------------------------------------------------------------- 1 | 10 | /* For printview */ 11 | body, table, th, td { 12 | color: #000000; 13 | background-color: #ffffff; 14 | } 15 | 16 | img { 17 | border: 0; 18 | } 19 | 20 | table, th, td { 21 | border-width: 0.1em; 22 | border-color: #000000; 23 | border-style: solid; 24 | } 25 | 26 | table { 27 | border-collapse: collapse; 28 | border-spacing: 0; 29 | } 30 | 31 | th, td { 32 | padding: 0.2em; 33 | } 34 | 35 | th { 36 | font-weight: bold; 37 | background-color: #e5e5e5; 38 | } 39 | 40 | .hide { 41 | display: none; 42 | } 43 | -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/ajax_clock_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/ajax_clock_small.gif -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/arrow_ltr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/arrow_ltr.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/arrow_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/arrow_rtl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_bookmark.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_browse.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_calendar.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_chart.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_close.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_comment.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_dbstatistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_dbstatistics.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_deltbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_deltbl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_docs.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_drop.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_edit.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_empty.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_engine.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_event_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_event_add.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_events.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_events.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_export.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_ftext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_ftext.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_globe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_globe.gif -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_help.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_home.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_import.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_index.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_info.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_inline_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_inline_edit.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_insrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_insrow.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_minus.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_more.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_newdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_newdb.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_newtbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_newtbl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_nextpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_nextpage.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_plus.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_primary.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_print.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_props.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_props.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_relations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_relations.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_routine_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_routine_add.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_routines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_routines.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_save.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_sbrowse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_sbrowse.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_search.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_selboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_selboard.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_select.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_snewtbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_snewtbl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_spatial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_spatial.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_sql.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_sqlhelp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_sqlhelp.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_tblanalyse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_tblanalyse.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_tblexport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_tblexport.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_tblimport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_tblimport.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_tblops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_tblops.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_tbloptimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_tbloptimize.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_tipp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_tipp.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_trigger_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_trigger_add.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_triggers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_triggers.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_unique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_unique.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_usradd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_usradd.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_usrcheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_usrcheck.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_usrdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_usrdrop.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_usredit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_usredit.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_usrlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_usrlist.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_view.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/b_views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/b_views.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_browse.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_deltbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_deltbl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_drop.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_edit.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_empty.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_export.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_ftext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_ftext.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_index.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_insrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_insrow.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_nextpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_nextpage.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_primary.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_sbrowse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_sbrowse.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_select.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_spatial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_spatial.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/bd_unique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/bd_unique.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/cleardot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/cleardot.gif -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/col_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/col_drop.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/col_pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/col_pointer.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/col_pointer_ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/col_pointer_ver.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/docs_menu_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/docs_menu_bg.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/east-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/east-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/error.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/error.ico -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/eye.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/eye_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/eye_grey.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/item_ltr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/item_ltr.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/item_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/item_rtl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/logo_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/logo_left.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/logo_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/logo_right.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/more.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/new_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/new_data.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/new_data_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/new_data_hovered.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/new_data_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/new_data_selected.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/new_data_selected_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/new_data_selected_hovered.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/new_struct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/new_struct.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/new_struct_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/new_struct_hovered.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/new_struct_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/new_struct_selected.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/new_struct_selected_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/new_struct_selected_hovered.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/north-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/north-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pause.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/play.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/1.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/2.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/2leftarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/2leftarrow.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/2leftarrow_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/2leftarrow_m.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/2rightarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/2rightarrow.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/2rightarrow_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/2rightarrow_m.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/3.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/4.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/5.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/6.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/7.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/8.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/FieldKey_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/FieldKey_small.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/Field_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/Field_small.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/Field_small_char.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/Field_small_char.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/Field_small_date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/Field_small_date.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/Field_small_int.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/Field_small_int.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/Header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/Header.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/Header_Linked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/Header_Linked.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/and_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/and_icon.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/ang_direct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/ang_direct.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/bord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/bord.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/bottom.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/def.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/display_field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/display_field.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/downarrow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/downarrow1.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/downarrow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/downarrow2.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/downarrow2_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/downarrow2_m.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/exec.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/exec_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/exec_small.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/favicon.ico -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/grid.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/help.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/help_relation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/help_relation.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/left_panel_butt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/left_panel_butt.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/left_panel_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/left_panel_tab.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/minus.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/or_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/or_icon.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/pdf.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/plus.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/query_builder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/query_builder.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/relation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/relation.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/reload.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/resize.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/rightarrow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/rightarrow1.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/rightarrow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/rightarrow2.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/save.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/small_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/small_tab.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/table.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/toggle_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/toggle_lines.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/top_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/top_panel.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/pmd/uparrow2_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/pmd/uparrow2_m.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_asc.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_asci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_asci.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_attention.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_cancel.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_cog.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_db.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_desc.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_error.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_error2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_error2.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_fulltext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_fulltext.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_host.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_info.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_lang.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_loggoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_loggoff.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_notice.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_okay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_okay.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_partialtext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_partialtext.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_passwd.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_process.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_really.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_really.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_reload.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_replication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_replication.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_rights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_rights.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_sortable.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_status.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_success.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_sync.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_tbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_tbl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_theme.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_vars.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/s_views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/s_views.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/south-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/south-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/spacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/spacer.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/sprites.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/toggle-ltr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/toggle-ltr.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/toggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/toggle-rtl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/vertical_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/vertical_line.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/west-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/west-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/window-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/window-new.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/zoom-minus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/zoom-minus-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/zoom-plus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/zoom-plus-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/img/zoom-world-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/img/zoom-world-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/info.inc.php: -------------------------------------------------------------------------------- 1 | 16 | -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/jquery/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/jquery/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/original/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/original/screen.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/css/theme_print.css.php: -------------------------------------------------------------------------------- 1 | 10 | /* For printview */ 11 | body, table, th, td { 12 | color: #000000; 13 | background-color: #ffffff; 14 | } 15 | 16 | img { 17 | border: 0; 18 | } 19 | 20 | table, th, td { 21 | border-width: 0.1em; 22 | border-color: #000000; 23 | border-style: solid; 24 | } 25 | 26 | table { 27 | border-collapse: collapse; 28 | border-spacing: 0; 29 | } 30 | 31 | th, td { 32 | padding: 0.2em; 33 | } 34 | 35 | th { 36 | font-weight: bold; 37 | background-color: #e5e5e5; 38 | } 39 | 40 | .hide { 41 | display: none; 42 | } 43 | -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/ajax_clock_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/ajax_clock_small.gif -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/arrow_ltr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/arrow_ltr.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/arrow_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/arrow_rtl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/asc_order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/asc_order.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_bookmark.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_browse.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_calendar.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_chart.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_close.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_comment.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_dbstatistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_dbstatistics.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_deltbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_deltbl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_docs.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_docsql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_docsql.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_drop.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_edit.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_empty.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_engine.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_event_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_event_add.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_events.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_events.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_export.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_firstpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_firstpage.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_ftext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_ftext.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_globe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_globe.gif -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_help.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_home.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_import.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_index.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_info.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_inline_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_inline_edit.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_insrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_insrow.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_lastpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_lastpage.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_minus.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_more.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_newdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_newdb.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_newtbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_newtbl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_nextpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_nextpage.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_pdfdoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_pdfdoc.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_plus.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_prevpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_prevpage.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_primary.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_print.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_props.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_props.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_relations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_relations.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_routine_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_routine_add.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_routines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_routines.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_save.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_sbrowse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_sbrowse.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_sdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_sdb.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_search.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_selboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_selboard.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_select.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_snewtbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_snewtbl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_spatial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_spatial.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_sql.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_sqldoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_sqldoc.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_sqlhelp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_sqlhelp.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_tblanalyse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_tblanalyse.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_tblexport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_tblexport.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_tblimport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_tblimport.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_tblops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_tblops.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_tbloptimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_tbloptimize.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_tipp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_tipp.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_trigger_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_trigger_add.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_triggers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_triggers.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_unique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_unique.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_usradd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_usradd.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_usrcheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_usrcheck.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_usrdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_usrdrop.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_usredit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_usredit.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_usrlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_usrlist.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_view.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/b_views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/b_views.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_browse.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_deltbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_deltbl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_drop.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_edit.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_empty.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_export.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_firstpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_firstpage.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_ftext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_ftext.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_index.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_insrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_insrow.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_lastpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_lastpage.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_nextpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_nextpage.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_prevpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_prevpage.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_primary.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_sbrowse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_sbrowse.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_select.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_spatial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_spatial.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/bd_unique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/bd_unique.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/body_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/body_bg.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/col_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/col_drop.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/col_pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/col_pointer.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/col_pointer_ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/col_pointer_ver.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/database.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/database_list_li_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/database_list_li_hover.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/docs_menu_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/docs_menu_bg.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/east-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/east-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/error.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/error.ico -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/eye.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/eye_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/eye_grey.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/input_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/input_bg.gif -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/item.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/item_ltr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/item_ltr.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/item_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/item_rtl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/left_nav_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/left_nav_bg.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/logo_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/logo_left.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/logo_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/logo_right.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/marked_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/marked_bg.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/more.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/new_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/new_data.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/new_data_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/new_data_hovered.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/new_data_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/new_data_selected.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/new_data_selected_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/new_data_selected_hovered.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/new_struct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/new_struct.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/new_struct_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/new_struct_hovered.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/new_struct_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/new_struct_selected.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/new_struct_selected_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/new_struct_selected_hovered.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/north-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/north-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pause.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/php_sym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/php_sym.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/play.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pma_logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pma_logo2.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/1.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/2.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/2leftarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/2leftarrow.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/2leftarrow_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/2leftarrow_m.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/2rightarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/2rightarrow.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/2rightarrow_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/2rightarrow_m.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/3.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/4.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/5.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/6.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/7.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/8.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/FieldKey_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/FieldKey_small.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/Field_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/Field_small.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/Field_small_char.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/Field_small_char.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/Field_small_date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/Field_small_date.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/Field_small_int.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/Field_small_int.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/Header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/Header.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/Header_Linked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/Header_Linked.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/and_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/and_icon.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/ang_direct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/ang_direct.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/bord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/bord.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/bottom.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/def.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/display_field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/display_field.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/downarrow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/downarrow1.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/downarrow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/downarrow2.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/downarrow2_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/downarrow2_m.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/exec.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/exec_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/exec_small.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/favicon.ico -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/grid.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/help.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/help_relation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/help_relation.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/left_panel_butt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/left_panel_butt.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/left_panel_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/left_panel_tab.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/minus.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/or_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/or_icon.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/pdf.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/plus.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/query_builder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/query_builder.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/relation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/relation.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/reload.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/resize.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/rightarrow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/rightarrow1.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/rightarrow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/rightarrow2.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/save.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/small_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/small_tab.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/table.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/toggle_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/toggle_lines.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/top_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/top_panel.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/pmd/uparrow2_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/pmd/uparrow2_m.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_asc.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_asci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_asci.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_attention.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_cancel.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_cancel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_cancel2.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_cog.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_db.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_desc.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_error.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_error2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_error2.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_fulltext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_fulltext.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_host.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_info.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_lang.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_loggoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_loggoff.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_notice.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_okay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_okay.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_partialtext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_partialtext.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_passwd.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_process.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_really.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_really.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_reload.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_replication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_replication.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_rights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_rights.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_sortable.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_status.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_success.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_sync.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_tbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_tbl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_theme.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_vars.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/s_views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/s_views.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/south-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/south-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/spacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/spacer.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/sprites.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/tab_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/tab_bg.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/tab_hover_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/tab_hover_bg.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/tabactive_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/tabactive_bg.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/toggle-ltr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/toggle-ltr.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/toggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/toggle-rtl.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/vertical_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/vertical_line.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/west-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/west-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/window-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/window-new.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/zoom-minus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/zoom-minus-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/zoom-plus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/zoom-plus-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/img/zoom-world-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/img/zoom-world-mini.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/info.inc.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /html/phpMyAdmin/themes/pmahomme/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/phpMyAdmin/themes/pmahomme/screen.png -------------------------------------------------------------------------------- /html/phpMyAdmin/url.php: -------------------------------------------------------------------------------- 1 | 18 | -------------------------------------------------------------------------------- /html/scripts/picture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/scripts/picture.jpg -------------------------------------------------------------------------------- /html/scripts/vendor/zepto.data.min.js: -------------------------------------------------------------------------------- 1 | (function(f){var e={},g=f.fn.data,c=f.camelCase,h=f.expando="Zepto"+(+new Date());function a(l,j){var m=l[h],i=m&&e[m];if(j===undefined){return i||b(l)}else{if(i){if(j in i){return i[j]}var k=c(j);if(k in i){return i[k]}}return g.call(f(l),j)}}function b(k,j,l){var m=k[h]||(k[h]=++f.uuid),i=e[m]||(e[m]=d(k));if(j!==undefined){i[c(j)]=l}return i}function d(j){var i={};f.each(j.attributes,function(l,k){if(k.name.indexOf("data-")==0){i[c(k.name.replace("data-",""))]=f.zepto.deserializeValue(k.value)}});return i}f.fn.data=function(i,j){return j===undefined?f.isPlainObject(i)?this.each(function(k,l){f.each(i,function(m,n){b(l,m,n)})}):this.length==0?undefined:a(this[0],i):this.each(function(){b(this,i,j)})};f.fn.removeData=function(i){if(typeof i=="string"){i=i.split(/\s+/)}return this.each(function(){var k=this[h],j=k&&e[k];if(j){f.each(i,function(){delete j[c(this)]})}})}})(Zepto); -------------------------------------------------------------------------------- /html/upload/empty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiayuqi7813/Malody5.0serverPHP/4e1b32c8340eeef4d081ddba753152def15e1b1f/html/upload/empty --------------------------------------------------------------------------------