Initial import
This commit is contained in:
11
application/controllers/tools/Broadcast.php
Normal file
11
application/controllers/tools/Broadcast.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
class Broadcast extends MY_Controller
|
||||
{
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
$this->db = $this->load->database("onedev", true);
|
||||
}
|
||||
function msg($prm) {
|
||||
$this->broadcast($prm);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user