diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-02 15:13:30 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-02 15:13:30 +0300 |
commit | b062def50ab79f8bbf50f6af981d2837bd6f5452 (patch) | |
tree | a8f2e01c0d2f36c8b09063bd56cbc38cf26f6e0f /settings.php | |
parent | 5bb90c813ae7ed1a0184809c412d4973fa7ef41b (diff) | |
download | auth_token-b062def50ab79f8bbf50f6af981d2837bd6f5452.tar.xz auth_token-b062def50ab79f8bbf50f6af981d2837bd6f5452.zip |
Correcting code analyzer errorsv0.1.0
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.php b/settings.php index 441dc60..fd9d1f9 100644 --- a/settings.php +++ b/settings.php @@ -8,11 +8,11 @@ // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Moodle. If not, see <http://www.gnu.org/licenses/>. +// along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * Admin settings and defaults. |