visuddhinanda 2 år sedan
förälder
incheckning
a8772491a7
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      public/app/dict/redis_pm_part.php

+ 2 - 0
public/app/dict/redis_pm_part.php

@@ -2,6 +2,8 @@
 require_once __DIR__."/../config.php";
 require_once __DIR__."/../redis/function.php";
 
+echo 'discard';
+return;
 if (PHP_SAPI == "cli") {
 	$redis = redis_connect();
 	if ($redis != false) {