oooooh yeeeeaaaaah
2
it’s gonna be a big day…
one small step for me, but one giant step for the humankind
偉大的 t 大華麗的 quit 了
tlf果然就是屌
數碼版不能多看
傷神又傷財啊
sigh
most likely the problem is because of mod_security, to solve it just edit or create .htaccess file in /wp-admin, put the code below
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>