VeryColdAir
VeryColdAir
Replaced "$cwd = '/tmp';" with "$cwd = sys_get_temp_dir();".
I've been using this theme for a while now, and I generally love it. There's just one problem, and it occurs often enough that it's annoying: When using parentheses or...
License
This library fits the need for a project I'm working on, and I was wondering if this library not having a license was an oversight. Legally, unless you add a...
This fixes an issue where the middle statement for the for-loop did not reference the loop variable i, causing it not to stop after looping over each piece. The code...