diff --git a/examples/_001_helloworld/.htaccess b/examples/_001_helloworld/.htaccess index 22c547c25..0704f6941 100755 --- a/examples/_001_helloworld/.htaccess +++ b/examples/_001_helloworld/.htaccess @@ -6,6 +6,6 @@ DirectoryIndex index.php RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [QSA,L] - + php_flag display_errors Off \ No newline at end of file diff --git a/examples/_002_minimal/.htaccess b/examples/_002_minimal/.htaccess index 22c547c25..0704f6941 100755 --- a/examples/_002_minimal/.htaccess +++ b/examples/_002_minimal/.htaccess @@ -6,6 +6,6 @@ DirectoryIndex index.php RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [QSA,L] - + php_flag display_errors Off \ No newline at end of file diff --git a/examples/_003_multiformat/.htaccess b/examples/_003_multiformat/.htaccess index 22c547c25..0704f6941 100755 --- a/examples/_003_multiformat/.htaccess +++ b/examples/_003_multiformat/.htaccess @@ -6,6 +6,6 @@ DirectoryIndex index.php RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [QSA,L] - + php_flag display_errors Off \ No newline at end of file diff --git a/examples/_004_error_response/.htaccess b/examples/_004_error_response/.htaccess index 22c547c25..0704f6941 100755 --- a/examples/_004_error_response/.htaccess +++ b/examples/_004_error_response/.htaccess @@ -6,6 +6,6 @@ DirectoryIndex index.php RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [QSA,L] - + php_flag display_errors Off \ No newline at end of file diff --git a/examples/_005_protected_api/.htaccess b/examples/_005_protected_api/.htaccess index 22c547c25..0704f6941 100755 --- a/examples/_005_protected_api/.htaccess +++ b/examples/_005_protected_api/.htaccess @@ -6,6 +6,6 @@ DirectoryIndex index.php RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [QSA,L] - + php_flag display_errors Off \ No newline at end of file diff --git a/examples/_006_crud/.htaccess b/examples/_006_crud/.htaccess index 22c547c25..0704f6941 100755 --- a/examples/_006_crud/.htaccess +++ b/examples/_006_crud/.htaccess @@ -6,6 +6,6 @@ DirectoryIndex index.php RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [QSA,L] - + php_flag display_errors Off \ No newline at end of file