MongoDB-Rox / phpMoAdmin-MongoDB-Admin-Tool-for-PHP

MongoDB administration tool for PHP built on a stripped-down version of the Vork high-performance framework

Home Page:http://www.phpMoAdmin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide offline version without cloud javascript usage

huksley opened this issue · comments

Provide offline version without cloud javascript usage.

Turns out it uses javascripts from http://google.com/apis/.
In private networks this can be unavailable.

There is no reasonable way to get the images into a single file download without using the APIs - you would need to follow all the include-paths and embed the contents into the core file, along with the bitmap-data to generate the images - it certainly could work but it would be a huge effort to do so and the file would become unwieldy to edit. If you need this for yourself I would suggest creating a new fork of phpMoAdmin.