Aria2 one-click installation management script
Reprinted from https://www.zrj96.com/post-420.html
**System Requirements**
CentOS 6+ / Debian 6+ / Ubuntu 14.04 +
**installation steps**
Execute the following code to download and run the script:
Problem with relative references in cron regularly executing php program in shell environment
Under the Linux system, using cron to execute PHP programs regularly is a convenient way to deal with it. I recently tested a PHP script and the browser called and debugged everything normally. So I configured the shell timing, but the next day I found that nothing was saved in the database... ...Looking at the error log, it was said that there was an error in a certain line of PHP. I checked this line of code and found that it was a relative reference. This script had also been executed regularly before. The executed program and the referenced file were in the same folder.