commitall
This commit is contained in:
10
application/controllers/accounting/admin.php
Normal file
10
application/controllers/accounting/admin.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
class admin extends CI_Controller
|
||||
{
|
||||
function index()
|
||||
{
|
||||
echo "THIS IS WHERE WE CAN LATER INTEGRATE ACCOUNTING PARTS";
|
||||
$this->accounting->init();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user