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

flush.php - github.com/erikdubbelboer/phpRedisAdmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e744897524fb0c8de4d50d4697b4bc7438c64c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php


if (!isset($_POST['post'])) {
  die('Javascript needs to be enabled for you to flush a database.');
}


require_once 'includes/common.inc.php';


$redis->flushdb();