issues
search
MUlt1mate
/
cron-manager
A PHP cron task manager for MVC-type applications
MIT License
405
stars
70
forks
source link
Codeigniter example fixes
#9
Closed
kanhaic
closed
8 years ago
kanhaic
commented
8 years ago
Fixed the following items
Controller name hardcoded in the javascript file. Fixed it to take that information from the view file.
Fixed the Run link. This was not working in codeigniter. needed to be pass the parameters correctly.
run list view did not show the log. changed to take parameters from data-task-run-id parameter.
Fixed the following items