mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/9983] Indeed, it is <?php.
PHPBB3-9983
This commit is contained in:
parent
dd36b128e8
commit
df78c616aa
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ In order to run tests for the Redis cache driver, at least one of Redis host
|
||||||
or port must be specified in test configuration. This can be done via
|
or port must be specified in test configuration. This can be done via
|
||||||
test_config.php as follows:
|
test_config.php as follows:
|
||||||
|
|
||||||
<?
|
<?php
|
||||||
$redis_host = 'localhost';
|
$redis_host = 'localhost';
|
||||||
$redis_port = 6379;
|
$redis_port = 6379;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue