Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Reker committed Nov 13, 2020
1 parent a4afb97 commit c6ea29c
Show file tree
Hide file tree
Showing 39 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion controllers/admin/AdminSecurityLiteController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion controllers/admin/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion controllers/front/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion controllers/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion securitylite.php
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ function copyToClipboard(text) {
// Empty password
Configuration::updateValue('LITE_PASSWORD_GENERATOR', null);

$out[] = $this->displayInformation($this->l('You are using Security Lite. Some features are locked in this version. To unlock all features, you must upgrade to Security Pro. You can buy it from here') . ': ' . $this->generateLink('https://addons.prestashop.com/en/website-security-access/44413-security-pro-all-in-one.html', 'https://addons.prestashop.com/en/website-security-access/44413-security-pro-all-in-one.html'));
$out[] = $this->displayInformation($this->l('You are using Security Lite. Some features are locked in this version. To unlock all features, you must upgrade to Security Pro. You can buy it here') . ': ' . $this->generateLink('https://addons.prestashop.com/en/website-security-access/44413-security-pro-all-in-one.html', 'https://addons.prestashop.com/en/website-security-access/44413-security-pro-all-in-one.html'));

// Load JS
$this->context->controller->addJS($this->_path . 'views/js/menu.js');
Expand Down
2 changes: 1 addition & 1 deletion translations/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion upgrade/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion upgrade/upgrade-5.0.0.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitb33f02c2794c19668c2dba8dd3d94f2c::getLoader();
return ComposerAutoloaderInit6e410ad27b65f7365030aa1ea83fae7f::getLoader();
8 changes: 4 additions & 4 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitb33f02c2794c19668c2dba8dd3d94f2c
class ComposerAutoloaderInit6e410ad27b65f7365030aa1ea83fae7f
{
private static $loader;

Expand All @@ -22,15 +22,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInitb33f02c2794c19668c2dba8dd3d94f2c', 'loadClassLoader'), true, false);
spl_autoload_register(array('ComposerAutoloaderInit6e410ad27b65f7365030aa1ea83fae7f', 'loadClassLoader'), true, false);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInitb33f02c2794c19668c2dba8dd3d94f2c', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit6e410ad27b65f7365030aa1ea83fae7f', 'loadClassLoader'));

$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require_once __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInitb33f02c2794c19668c2dba8dd3d94f2c::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit6e410ad27b65f7365030aa1ea83fae7f::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInitb33f02c2794c19668c2dba8dd3d94f2c
class ComposerStaticInit6e410ad27b65f7365030aa1ea83fae7f
{
public static $prefixLengthsPsr4 = array (
'R' =>
Expand Down Expand Up @@ -64,9 +64,9 @@ class ComposerStaticInitb33f02c2794c19668c2dba8dd3d94f2c
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitb33f02c2794c19668c2dba8dd3d94f2c::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitb33f02c2794c19668c2dba8dd3d94f2c::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitb33f02c2794c19668c2dba8dd3d94f2c::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit6e410ad27b65f7365030aa1ea83fae7f::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit6e410ad27b65f7365030aa1ea83fae7f::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit6e410ad27b65f7365030aa1ea83fae7f::$classMap;

}, null, ClassLoader::class);
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/dg/composer-cleaner/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/dg/composer-cleaner/src/ComposerCleaner/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/dg/composer-cleaner/src/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/dg/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/mlocati/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/mlocati/ip-lib/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/mlocati/ip-lib/src/Address/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/mlocati/ip-lib/src/Range/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/mlocati/ip-lib/src/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/robthree/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/robthree/twofactorauth/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/robthree/twofactorauth/lib/Providers/Qr/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/robthree/twofactorauth/lib/Providers/Rng/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/robthree/twofactorauth/lib/Providers/Time/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/robthree/twofactorauth/lib/Providers/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion vendor/robthree/twofactorauth/lib/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion views/css/disable-contact-form.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion views/css/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion views/css/menuTabIcon.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion views/img/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion views/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion views/js/contextmenu-img.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion views/js/contextmenu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion views/js/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the securitypro package.
* This file is part of the securitylite package.
*
* @author Mathias Reker
* @copyright Mathias Reker
Expand Down
2 changes: 1 addition & 1 deletion views/js/secure-random-password.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6ea29c

Please sign in to comment.