Revize 80
Přidáno uživatelem kenod před více než 16 roky(ů)
freenetis/trunk/kohana/application/controllers/members.php | ||
---|---|---|
|
||
function index()
|
||
{
|
||
url::redirect('members/show_all');
|
||
url::redirect(Config::item('locale.lang').'members/show_all');
|
||
}
|
||
|
||
function show_all($limit_results = 50, $order_by = 'member_id', $order_by_direction = 'ASC')
|
freenetis/trunk/kohana/application/controllers/users.php | ||
---|---|---|
|
||
function index()
|
||
{
|
||
url::redirect('users/show_all');
|
||
url::redirect(Config::item('locale.lang').'users/show_all');
|
||
}
|
||
|
||
function show_all($limit_results = 50, $order_by = 'id', $order_by_direction = 'ASC')
|
freenetis/trunk/kohana/application/controllers/works.php | ||
---|---|---|
|
||
function index()
|
||
{
|
||
url::redirect('works/uncorfirmed');
|
||
url::redirect(Config::item('locale.lang').'works/uncorfirmed');
|
||
|
||
}
|
||
|
freenetis/trunk/kohana/application/controllers/accounts.php | ||
---|---|---|
|
||
function index()
|
||
{
|
||
url::redirect('accounts/transfers');
|
||
url::redirect(Config::item('locale.lang').'accounts/transfers');
|
||
}
|
||
|
||
function main_accounts($acc_name = 'master')
|
Také k dispozici: Unified diff