mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixup
* make time formatting js compatible * add auto-discovery for rss feeds * fix typos * define more magic numbers
This commit is contained in:
@@ -205,7 +205,7 @@ abstract class CLI
|
||||
|
||||
$path .= ($path ? DIRECTORY_SEPARATOR : '').trim($fileOrPath);
|
||||
|
||||
// remove double quotes (from erronous user input), single quotes are
|
||||
// remove double quotes (from erroneous user input), single quotes are
|
||||
// valid chars for filenames and removing those mutilates several wow icons
|
||||
$path = str_replace('"', '', $path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user