Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/erikdubbelboer/phpRedisAdmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtef Ben Ali <atefBB@users.noreply.github.com>2019-09-19 14:04:45 +0300
committerErik Dubbelboer <erik@dubbelboer.com>2019-09-19 14:04:45 +0300
commita858f60baea28405b0373ddf42fc77a56bc10820 (patch)
tree1bb73a94e82a762eb6b532a91bddcaa1a261dc28
parent913fac2159b922f0a9e335916fc6fa57606acd5d (diff)
style: remove `?>` php ending tag (#146)
The `?>` ending tag is optional in a pure `php` file.
-rw-r--r--includes/config.sample.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/config.sample.inc.php b/includes/config.sample.inc.php
index 558f231..10e043d 100644
--- a/includes/config.sample.inc.php
+++ b/includes/config.sample.inc.php
@@ -81,5 +81,3 @@ $config = array(
// How many entries to fetch using each SCAN command.
'scansize' => 1000
);
-
-?>