commitall
This commit is contained in:
15
account/application/commands/Dbbackup.php
Normal file
15
account/application/commands/Dbbackup.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Dbbackup extends CI_Controller {
|
||||
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
|
||||
}
|
||||
|
||||
public function index() {
|
||||
$this->myaccounts->backupDatabase();
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user