mySQL integration and GUI
commitc62e754752d67d174ba572b5c7876c5b5f2fc7e4
authorShibby <shibby@openlinksys.info>
Thu, 19 Mar 2015 19:49:50 +0000 (19 20:49 +0100)
committerShibby <shibby@openlinksys.info>
Thu, 19 Mar 2015 19:49:50 +0000 (19 20:49 +0100)
treeb0e6f411be9aeaf8447248c5480c0a4a4fabfb23
parent58c291235d3f7011e8cae87eecaf5d1974b4712d
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-rt-6.x.4708/router/Makefile
release/src-rt-6.x.4708/router/httpd/tomato.c
release/src-rt-6.x.4708/router/rc/Makefile
release/src-rt-6.x.4708/router/rc/mysql.c [new file with mode: 0644]
release/src-rt-6.x.4708/router/rc/nginx.c
release/src-rt-6.x.4708/router/rc/rc.h
release/src-rt-6.x.4708/router/rc/services.c
release/src-rt-6.x.4708/router/shared/defaults.c
release/src-rt-6.x.4708/router/www/Makefile
release/src-rt-6.x.4708/router/www/about.asp
release/src-rt-6.x.4708/router/www/adminer.php [new file with mode: 0644]
release/src-rt-6.x.4708/router/www/index.html
release/src-rt-6.x.4708/router/www/tomato.js
release/src-rt-6.x.4708/router/www/web-mysql.asp [new file with mode: 0644]
release/src-rt-6.x.4708/router/www/web-nginx.asp [moved from release/src-rt-6.x.4708/router/www/nginx.asp with 100% similarity]