mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix codestyle
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
class Dashboard extends CI_Controller
|
||||
{
|
||||
class Dashboard extends CI_Controller {
|
||||
|
||||
public function index()
|
||||
{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
class QSO extends CI_Controller
|
||||
{
|
||||
class QSO extends CI_Controller {
|
||||
|
||||
const LAST_QSOS_COUNT = 5; // max number of most recent qsos to be displayed on a qso page
|
||||
|
||||
|
||||
Reference in New Issue
Block a user