mySQL integration and GUI
commit79a7977d5b9b0deb593fde1373578b9ae1882c78
authorShibby <shibby@openlinksys.info>
Sat, 21 Mar 2015 07:20:49 +0000 (21 08:20 +0100)
committerShibby <shibby@openlinksys.info>
Sat, 21 Mar 2015 07:20:49 +0000 (21 08:20 +0100)
tree263ea96fb26484c1d822206018e9d034c57ef2cf
parent7413cfd24e499aa67ec44b229627fd0ce07cd501
mySQL integration and GUI

    from Hyzoom (BWQ518)

    Shibby`s changes:
    - add Adminer - little, single file PHP script for mysql administration
    - move nginx and mysql GUI under "Web Server" menu.
    - compile mySQL then NGINX is defined
15 files changed:
release/src/router/Makefile
release/src/router/httpd/tomato.c
release/src/router/nvram/defaults.c
release/src/router/rc/Makefile
release/src/router/rc/mysql.c [new file with mode: 0644]
release/src/router/rc/nginx.c
release/src/router/rc/rc.h
release/src/router/rc/services.c
release/src/router/www/Makefile
release/src/router/www/about.asp
release/src/router/www/adminer.php [new file with mode: 0644]
release/src/router/www/index.html
release/src/router/www/tomato.js
release/src/router/www/web-mysql.asp [new file with mode: 0644]
release/src/router/www/web-nginx.asp [moved from release/src/router/www/nginx.asp with 100% similarity]