mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template/Update (Part 40)
* convert 'guides' (listing, viewing, writing & management) * don't allow comments on WIP guides
This commit is contained in:
@@ -132,7 +132,7 @@ class qqFileUploader
|
||||
|
||||
private function toBytes(string $str) : int
|
||||
{
|
||||
$val = trim($str);
|
||||
$val = substr(trim($str), 0, -1);
|
||||
$last = strtolower(substr($str, -1, 1));
|
||||
switch ($last)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user