You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: licenses.txt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
OSClass - software for creating and publishing online classified advertising platforms
1
+
Osclass - software for creating and publishing online classified advertising platforms
2
2
3
-
Copyright (C) 2010 OSCLASS SL
3
+
Copyright (C) 2012 OSCLASS SL
4
4
5
-
OSClass is distributed under the Affero GPLv3. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
5
+
Osclass is distributed under the Affero GPLv3. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
6
6
7
-
OSClass includes the following third party components included herein and distributed to you under the respective licenses. A copy of the license text should be in the \licenses\ folder of this program
7
+
Osclass includes the following third party components included herein and distributed to you under the respective licenses. A copy of the license text should be in the \licenses\ folder of this program
8
8
9
9
10
10
Recaptcha - Copyright (c) 2007 reCAPTCHA -- http://recaptcha.net. License: MIT
Copy file name to clipboardExpand all lines: oc-admin/ajax/ajax.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
<?phpif ( ! defined('ABS_PATH')) exit('ABS_PATH is not loaded. Direct access is not allowed.');
2
2
3
3
/**
4
-
* OSClass – software for creating and publishing online classified advertising platforms
4
+
* Osclass – software for creating and publishing online classified advertising platforms
5
5
*
6
-
* Copyright (C) 2010 OSCLASS
6
+
* Copyright (C) 2012 OSCLASS
7
7
*
8
8
* This program is free software: you can redistribute it and/or modify it under the terms
9
9
* of the GNU Affero General Public License as published by the Free Software Foundation,
@@ -621,9 +621,9 @@ function doModel()
621
621
}
622
622
$deleted = @unlink(ABS_PATH . '.maintenance');
623
623
if ($rm_errors == 0) {
624
-
$message = __('Everything looks good! Your OSClass installation is up-to-date');
624
+
$message = __('Everything looks good! Your Osclass installation is up-to-date');
625
625
} else {
626
-
$message = __('Nearly everything looks good! Your OSClass installation is up-to-date, but there were some errors removing temporary files. Please manually remove the "oc-temp" folder');
626
+
$message = __('Nearly everything looks good! Your Osclass installation is up-to-date, but there were some errors removing temporary files. Please manually remove the "oc-temp" folder');
0 commit comments