issues
search
AquaFlameCMS
/
AquaFlameCMS_Trinity
AquaFlameCMS 1.5 aka CMS 1 is a free template with working PHP code + Forum for Private severs. It's a CMS for all your needs as an admin. Easy 2 Setup, Friendly with incredible support!
http://aquaflame.org
GNU General Public License v2.0
17
stars
43
forks
source link
code correction rand
#44
Closed
tlcd96
closed
10 years ago
tlcd96
commented
10 years ago
old ->$i=rand(0,4);
new ->$i=rand(0,3);
4 give error
old ->$i=rand(0,4);
new ->$i=rand(0,3);
4 give error