mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-13 16:59:36 +03:00
feat: allow multiple site selection, add comma-separated format
This commit is contained in:
7
src/App/Controller/CommaController.php
Normal file
7
src/App/Controller/CommaController.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace OpenCCK\App\Controller;
|
||||
|
||||
class CommaController extends TextController {
|
||||
const DELIMITER = ', ';
|
||||
}
|
Reference in New Issue
Block a user