Removed the Edit QSO option when searching if you havent got auth privs
这个提交包含在:
父节点
ef013dcbc5
当前提交
42c0219ab3
共有 1 个文件被更改,包括 24 次插入 和 0 次删除
|
|
@ -0,0 +1,24 @@
|
|||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
class Install extends CI_Controller {
|
||||
|
||||
/*
|
||||
Contains the basic functions to setup Cloudlog in its simplist form.
|
||||
*/
|
||||
|
||||
// Collect Database Information
|
||||
public function index() {
|
||||
|
||||
}
|
||||
|
||||
// Collect config information
|
||||
public function config() {
|
||||
|
||||
}
|
||||
|
||||
// Setup Username & Password
|
||||
public function user() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
正在加载…
在新工单中引用