Updates to SSL and other general items

This commit is contained in:
Deon George
2014-10-09 23:23:02 +11:00
parent c952738750
commit 8d71460121
25 changed files with 813 additions and 391 deletions

View File

@@ -39,7 +39,7 @@ class Config extends Kohana_Config {
}
public static function Copywrite($html=FALSE) {
return ($html ? '©' : '(c)').' 2014 Deon George';
return ($html ? '©' : '(c)').' 2014 IBM';
}
public static function version() {