📜 ⬆️ ⬇️

PHP web console


Somehow I already wrote about the web console through which it is possible to manage Git th. Now I decided to develop it and make a universal console.


The console is still just one file ( console.php ), which you can throw anywhere you want to open it in the browser and use it as a normal terminal.

All settings are at the top of the file, or you can create a separate file with console.config.php settings.
')
In the comments to the previous article talked about the need to add protection against unauthorized access. Now the console supports Digest HTTP authorization.

Auto-completion, history and mobile version of the console were also improved.

And there were 6 new themes from which everyone will find suitable for themselves.
You can see here: default , white , green , gray , far , ubuntu .

Fork and download on github: github.com/elfet/console .

Source: https://habr.com/ru/post/175347/


All Articles