summaryrefslogtreecommitdiff
path: root/execute.php
AgeCommit message (Collapse)Author
2015-02-10Update GPL headers according to yesterday updates.Guillaume Mazoyer
2015-02-09Fix confusing variable name.Guillaume Mazoyer
There is only one parameter to check so rename the confusing 'parameters' variable name to 'parameter' accross all the code base.
2014-11-17Code format. Always use () for functions.Guillaume Mazoyer
2014-09-08Improve output filters.Guillaume Mazoyer
Fix filters that could lead to filtered HTML output. Do not remove empty lines anymore, except for the last line. Do not try to loop over each line of the output if no filter are defined.
2014-09-03Add config to disallow the use of private and reserved IP ranges.Guillaume Mazoyer
2014-08-05Add config.defaults.php to set default configuration options.Guillaume Mazoyer
The defaults can be overriden in the config.php file but some of them are fine as defaults. This will help in having a config.php file as short as we can. Also move utils.php to the includes directory.
2014-08-05Add help button.Guillaume Mazoyer
Add a help button to the parameter field to get more information about the selected command and especially about the parameter needed for the command to be properly executed. The help appears in a modal dialog whose content is updated when a command is selected.
2014-08-05completing HTTP_X_FORWARDED_FOR supportRomain Boissat rboissat
2014-06-20Remove useless code.Guillaume Mazoyer
Fix undefined variable. Fix BIRD commands.
2014-06-11Handle error more properly.Guillaume Mazoyer
Exception are forwarded up to be able to inform the user about it.
2014-06-10Rewrite of the routers part.Guillaume Mazoyer
Should be more modular now to add other routers types.
2014-06-04Little improvement for the logging function.Guillaume Mazoyer
Log spamers into the logs file.
2014-06-04Forget an important character.Guillaume Mazoyer
2014-06-04Avoid obvious spam with a hidden field that must not be filled.Guillaume Mazoyer
2014-05-31Start rewriting og the auth mecanism.Guillaume Mazoyer
2014-05-29Revert last commit.Guillaume Mazoyer
2014-05-29Prevent PHP to be executed when not going through index.php.Guillaume Mazoyer
2014-05-29Add license headers.Guillaume Mazoyer
2014-05-29Apache 2.4 configuration to avoid to access the config.php file.Guillaume Mazoyer
First import of the whole source code (quite monolithic for now). Update configuration example.