Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
keevitaja committed Oct 2, 2012
1 parent 1c33599 commit d7c046d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 0 additions & 5 deletions application/core/MY_Lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ function mci_current() {
return ((array_key_exists($this->mci_segment, $this->mci_languages)) ? $this->mci_segment : $this->mci_default_language);
}

// checks, if currently used language is default. returns bool
function is_default() {
return (($this->mci_current() == $this->mci_default_language) ? TRUE : FALSE);
}

// returns current uri without language segment
function mci_clean_uri() {
$ci =& get_instance();
Expand Down
7 changes: 4 additions & 3 deletions license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1. Do whatever you like with the original work, just don't be a dick.

Being a dick includes - but is not limited to - the following instances:
1a. Outright copyright infringement - Don't just copy this and change the name.
1b. Selling the unmodified original with no work done what-so-ever, that's REALLY being a dick.
1c. Modifying the original work to contain hidden harmful content. That would make you a PROPER dick.

1a. Outright copyright infringement - Don't just copy this and change the name.
1b. Selling the unmodified original with no work done what-so-ever, that's REALLY being a dick.
1c. Modifying the original work to contain hidden harmful content. That would make you a PROPER dick.

2. If you become rich through modifications, related works/services, or supporting the original work,
share the love. Only a dick would make loads off this work and not buy the original works creator(s) a pint.
Expand Down

0 comments on commit d7c046d

Please sign in to comment.