| 1 | <?php defined('BASEPATH') or exit('No direct script access allowed'); |
||
| 3 | class UsernameCheck extends AJAX_Controller { |
||
| 4 | 1 | public function __construct() { |
|
| 10 | |||
| 11 | /** |
||
| 12 | * Used by the signup to do a AJAX username check. |
||
| 13 | * |
||
| 14 | * REQ_PARAMS: username |
||
| 15 | * METHOD: POST |
||
| 16 | * URL: /ajax/username_check |
||
| 17 | */ |
||
| 18 | 1 | public function index() : void { |
|
| 37 | } |
||
| 38 |