diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-16 12:27:43 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-16 12:27:43 +0100 |
commit | f6249b67f66371b70a9c5a076ed03e5653c1330e (patch) | |
tree | 6d884c508bd166c67c28781ac839393f8167f933 /bin | |
parent | 559cd55bc8011b11706c1ffc5c0563b6f2f39491 (diff) | |
parent | 8935a97c17e6524f4a2459b886445562eed19614 (diff) | |
download | wallabag-f6249b67f66371b70a9c5a076ed03e5653c1330e.tar.gz wallabag-f6249b67f66371b70a9c5a076ed03e5653c1330e.tar.zst wallabag-f6249b67f66371b70a9c5a076ed03e5653c1330e.zip |
Merge pull request #1668 from wallabag/v2-stuff
Few updates
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/symfony_requirements | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/symfony_requirements b/bin/symfony_requirements index 1eca6719..7cd559a4 100755 --- a/bin/symfony_requirements +++ b/bin/symfony_requirements | |||
@@ -7,7 +7,7 @@ $lineSize = 70; | |||
7 | $symfonyRequirements = new SymfonyRequirements(); | 7 | $symfonyRequirements = new SymfonyRequirements(); |
8 | $iniPath = $symfonyRequirements->getPhpIniConfigPath(); | 8 | $iniPath = $symfonyRequirements->getPhpIniConfigPath(); |
9 | 9 | ||
10 | echo_title('Symfony2 Requirements Checker'); | 10 | echo_title('Symfony Requirements Checker'); |
11 | 11 | ||
12 | echo '> PHP is using the following php.ini file:'.PHP_EOL; | 12 | echo '> PHP is using the following php.ini file:'.PHP_EOL; |
13 | if ($iniPath) { | 13 | if ($iniPath) { |
@@ -43,9 +43,9 @@ foreach ($symfonyRequirements->getRecommendations() as $req) { | |||
43 | } | 43 | } |
44 | 44 | ||
45 | if ($checkPassed) { | 45 | if ($checkPassed) { |
46 | echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects'); | 46 | echo_block('success', 'OK', 'Your system is ready to run Symfony projects'); |
47 | } else { | 47 | } else { |
48 | echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects'); | 48 | echo_block('error', 'ERROR', 'Your system is not ready to run Symfony projects'); |
49 | 49 | ||
50 | echo_title('Fix the following mandatory requirements', 'red'); | 50 | echo_title('Fix the following mandatory requirements', 'red'); |
51 | 51 | ||