aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/symfony_requirements
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-16 12:27:43 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-16 12:27:43 +0100
commitf6249b67f66371b70a9c5a076ed03e5653c1330e (patch)
tree6d884c508bd166c67c28781ac839393f8167f933 /bin/symfony_requirements
parent559cd55bc8011b11706c1ffc5c0563b6f2f39491 (diff)
parent8935a97c17e6524f4a2459b886445562eed19614 (diff)
downloadwallabag-f6249b67f66371b70a9c5a076ed03e5653c1330e.tar.gz
wallabag-f6249b67f66371b70a9c5a076ed03e5653c1330e.tar.zst
wallabag-f6249b67f66371b70a9c5a076ed03e5653c1330e.zip
Merge pull request #1668 from wallabag/v2-stuff
Few updates
Diffstat (limited to 'bin/symfony_requirements')
-rwxr-xr-xbin/symfony_requirements6
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
10echo_title('Symfony2 Requirements Checker'); 10echo_title('Symfony Requirements Checker');
11 11
12echo '> PHP is using the following php.ini file:'.PHP_EOL; 12echo '> PHP is using the following php.ini file:'.PHP_EOL;
13if ($iniPath) { 13if ($iniPath) {
@@ -43,9 +43,9 @@ foreach ($symfonyRequirements->getRecommendations() as $req) {
43} 43}
44 44
45if ($checkPassed) { 45if ($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